mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
trash fixed
This commit is contained in:
@@ -338,8 +338,8 @@ class BrowseTest extends TestCase
|
||||
'parent_id' => null,
|
||||
'name' => 'root',
|
||||
'user_id' => $user->id,
|
||||
'deleted_at' => Carbon::now(),
|
||||
"user_scope" => "master",
|
||||
'deleted_at' => Carbon::now(),
|
||||
]);
|
||||
|
||||
$file = File::factory(File::class)
|
||||
|
||||
Reference in New Issue
Block a user