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:
parent
8471c2689f
commit
7e3dd1bf67
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user