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. *