diff --git a/app/Helpers/Email/EntityEmailInterface.php b/app/Helpers/Email/EntityEmailInterface.php deleted file mode 100644 index bba93573eb20..000000000000 --- a/app/Helpers/Email/EntityEmailInterface.php +++ /dev/null @@ -1,17 +0,0 @@ -invoice->invitations->first()); + CreateEntityPdf::dispatchNow($this->invoice->invitations->first()); $this->assertNotNull($this->invoice->service()->getInvoicePdf($this->invoice->client->primary_contact()->first())); }