mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -296,14 +296,14 @@ class BrowseTest extends TestCase
|
||||
'user_id' => $user->id,
|
||||
]);
|
||||
|
||||
Share::factory(Share::class)
|
||||
Share::factory()
|
||||
->create([
|
||||
'type' => 'folder',
|
||||
'item_id' => $folder->id,
|
||||
'user_id' => $user->id,
|
||||
]);
|
||||
|
||||
Share::factory(Share::class)
|
||||
Share::factory()
|
||||
->create([
|
||||
'type' => 'file',
|
||||
'item_id' => $file->id,
|
||||
|
||||
Reference in New Issue
Block a user