mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 10:34:36 -04:00
Minor fixes
This commit is contained in:
parent
0892b6035f
commit
6728754d4b
@ -437,7 +437,7 @@ class CreateTestData extends Command
|
|||||||
'company_id' => $client->company->id,
|
'company_id' => $client->company->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
Document::factory()->count(50)->create([
|
Document::factory()->count(5)->create([
|
||||||
'user_id' => $client->user->id,
|
'user_id' => $client->user->id,
|
||||||
'company_id' => $client->company_id,
|
'company_id' => $client->company_id,
|
||||||
'documentable_type' => Vendor::class,
|
'documentable_type' => Vendor::class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user