From 167b503fa1de46d5be4ef3128d48c6e1c9bbd428 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 30 Dec 2019 09:13:31 +1100 Subject: [PATCH] fix typo (#3182) --- app/Events/Invoice/InvoiceWasCreated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *