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,
|
'company_id' => $company->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->count = $this->count * 100;
|
$this->count = $this->count * 10;
|
||||||
|
|
||||||
$this->info('Creating '.$this->count.' clients');
|
$this->info('Creating '.$this->count.' clients');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue