mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -102,7 +102,7 @@ class TrafficTest extends TestCase
|
||||
'author' => 'user',
|
||||
]);
|
||||
|
||||
$share = Share::factory(Share::class)
|
||||
$share = Share::factory()
|
||||
->create([
|
||||
'item_id' => $folder->id,
|
||||
'user_id' => $this->user->id,
|
||||
@@ -172,7 +172,7 @@ class TrafficTest extends TestCase
|
||||
'name' => $document->name,
|
||||
]);
|
||||
|
||||
$share = Share::factory(Share::class)
|
||||
$share = Share::factory()
|
||||
->create([
|
||||
'item_id' => $file->id,
|
||||
'user_id' => $this->user->id,
|
||||
|
||||
Reference in New Issue
Block a user