namespaces refactoring part 3

This commit is contained in:
Peter Papp
2021-07-19 13:40:26 +02:00
parent 54dc57fcbf
commit 29d1b68dd5
26 changed files with 126 additions and 65 deletions

View File

@@ -76,7 +76,7 @@ class TrashTest extends TestCase
'filename' => $image->name,
'file' => $image,
'folder_id' => null,
'is_last' => true,
'is_last' => 'true',
])->assertStatus(201);
$file = File::first();