diff --git a/app/Events/Invoice/InvoiceWasCreated.php b/app/Events/Invoice/InvoiceWasCreated.php index 2771f28b4d2b..07b560b7aa37 100644 --- a/app/Events/Invoice/InvoiceWasCreated.php +++ b/app/Events/Invoice/InvoiceWasCreated.php @@ -27,7 +27,7 @@ class InvoiceWasCreated */ public $invoice; - public $company + public $company; /** * Create a new event instance. *