From ae877d334043704ea1eaec2e46e69a25815c6882 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 20 Sep 2023 13:21:40 +1000 Subject: [PATCH] Minor fixes for create test data --- app/Console/Commands/CreateTestData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/CreateTestData.php b/app/Console/Commands/CreateTestData.php index cd94c3ab70c2..ca8417573ce7 100644 --- a/app/Console/Commands/CreateTestData.php +++ b/app/Console/Commands/CreateTestData.php @@ -61,6 +61,8 @@ class CreateTestData extends Command protected $invoice_repo; + protected $count; + /** * Execute the console command. *