mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 01:32:15 +00:00
helpers refactoring
This commit is contained in:
@@ -35,7 +35,7 @@ class TrashTest extends TestCase
|
||||
|
||||
$attributes = [
|
||||
'user_id' => $user->id,
|
||||
'deleted_at' => Carbon::now(),
|
||||
'deleted_at' => now(),
|
||||
];
|
||||
|
||||
$folder = Folder::factory(Folder::class)
|
||||
|
||||
Reference in New Issue
Block a user