Reduce test data client numbers
This commit is contained in:
parent
5e570fcd83
commit
cf0e086d2a
2 changed files with 3 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class CreateTestData extends Command
|
|||
|
||||
$this->info('Creating '.$this->count.' clients');
|
||||
|
||||
for ($x = 0; $x < $this->count * 200; $x++) {
|
||||
for ($x = 0; $x < $this->count * 100; $x++) {
|
||||
$z = $x + 1;
|
||||
$this->info('Creating client # '.$z);
|
||||
|
||||
|
|
|
|||
|
|
@ -3382,4 +3382,6 @@ return [
|
|||
'user_detached' => 'User detached from company',
|
||||
'create_webhook_failure' => 'Failed to create Webhook',
|
||||
'number' => 'Number',
|
||||
'payment_message_extended' => 'Thank you for your payment of :amount for :invoice',
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue