Minor fixes
This commit is contained in:
parent
0892b6035f
commit
6728754d4b
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ class CreateTestData extends Command
|
|||
'company_id' => $client->company->id,
|
||||
]);
|
||||
|
||||
Document::factory()->count(50)->create([
|
||||
Document::factory()->count(5)->create([
|
||||
'user_id' => $client->user->id,
|
||||
'company_id' => $client->company_id,
|
||||
'documentable_type' => Vendor::class,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue