mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
- gate implementation
- protected shared view fix
This commit is contained in:
@@ -92,7 +92,7 @@ class PersonalAccessTokenTest extends TestCase
|
||||
$file = File::factory(File::class)
|
||||
->create([
|
||||
'user_id' => $user->id,
|
||||
'folder_id' => $folder->id,
|
||||
'parent_id' => $folder->id,
|
||||
]);
|
||||
|
||||
$token = $user->createToken('token')->plainTextToken;
|
||||
|
||||
Reference in New Issue
Block a user