mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Fixes for tests
This commit is contained in:
parent
25c67ff7ad
commit
860749f7d5
@ -25,6 +25,7 @@ use App\Services\Invoice\InvoiceService;
|
||||
use App\Utils\Traits\MakesInvoiceValues;
|
||||
use App\Events\Invoice\InvoiceWasEmailed;
|
||||
use Laracasts\Presenter\PresentableTrait;
|
||||
use App\Models\Presenters\EntityPresenter;
|
||||
use App\Models\Presenters\InvoicePresenter;
|
||||
use App\Helpers\Invoice\InvoiceSumInclusive;
|
||||
use App\Utils\Traits\Invoice\ActionsInvoice;
|
||||
@ -155,7 +156,7 @@ class Invoice extends BaseModel
|
||||
use MakesReminders;
|
||||
use ActionsInvoice;
|
||||
|
||||
// protected $presenter = InvoicePresenter::class;
|
||||
protected $presenter = EntityPresenter::class;
|
||||
|
||||
protected $touches = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user