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

Reduce test data client numbers

This commit is contained in:
David Bomba 2021-01-27 20:57:12 +11:00
parent 5e570fcd83
commit cf0e086d2a
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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',
];