mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -269,7 +269,7 @@ class AdminTest extends TestCase
|
||||
});
|
||||
|
||||
// Create shares
|
||||
Share::factory(Share::class)
|
||||
Share::factory()
|
||||
->count(2)
|
||||
->create(['user_id' => $user->id]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user