1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2023-05-28 18:44:28 +10:00
parent 74be2dd141
commit 2c2d2b91de

View File

@ -216,7 +216,7 @@ class CreateEntityPdf implements ShouldQueue
(new CreateEInvoice($this->entity, true))->handle();
}
$this->invitation = null;
$this->entity = null;
// $this->entity = null;
$this->company = null;
$this->client = null;
$this->contact = null;