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(); (new CreateEInvoice($this->entity, true))->handle();
} }
$this->invitation = null; $this->invitation = null;
$this->entity = null; // $this->entity = null;
$this->company = null; $this->company = null;
$this->client = null; $this->client = null;
$this->contact = null; $this->contact = null;