Limitation API skelet with can upload tests

This commit is contained in:
Čarodej
2022-01-05 11:20:57 +01:00
parent 49c6f25acb
commit c7c11fe5b9
42 changed files with 549 additions and 187 deletions

View File

@@ -202,7 +202,7 @@ class SetupDevEnvironment extends Command
'created_at' => now(),
]);
Share::factory(Share::class)
Share::factory()
->create([
'type' => 'folder',
'item_id' => $shared_folder->id,
@@ -337,7 +337,7 @@ class SetupDevEnvironment extends Command
'created_at' => now()->subMinutes(4),
]);
Share::factory(Share::class)
Share::factory()
->create([
'type' => 'folder',
'item_id' => $documents->id,