helpers refactoring

This commit is contained in:
Peter Papp
2021-03-31 08:27:28 +02:00
parent 6ac6528243
commit a8fa3694be
30 changed files with 85 additions and 211 deletions

View File

@@ -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)