Adjust large test data set
This commit is contained in:
parent
cd6ea87232
commit
a44a7db126
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ class CreateTestData extends Command
|
|||
]);
|
||||
|
||||
|
||||
factory(\App\Models\Product::class, 50)->create([
|
||||
factory(\App\Models\Product::class, 15000)->create([
|
||||
'user_id' => $user->id,
|
||||
'company_id' => $company->id,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue