1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Fixes for create test data

This commit is contained in:
David Bomba 2020-09-16 17:06:06 +10:00
parent 8471c2689f
commit 7e3dd1bf67

View File

@ -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');