diff --git a/app/Console/Commands/CreateTestData.php b/app/Console/Commands/CreateTestData.php index 19744925f012..f8b7a9ce44fd 100644 --- a/app/Console/Commands/CreateTestData.php +++ b/app/Console/Commands/CreateTestData.php @@ -329,7 +329,7 @@ class CreateTestData extends Command 'company_id' => $company->id, ]); - $this->count = $this->count * 100; + $this->count = $this->count * 10; $this->info('Creating '.$this->count.' clients');