mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
controller refactoring part 1
This commit is contained in:
@@ -127,7 +127,7 @@ class FileTest extends TestCase
|
||||
->postJson('/api/upload', [
|
||||
'file' => $file,
|
||||
'folder_id' => null,
|
||||
'is_last' => true,
|
||||
'is_last' => 'true',
|
||||
])->assertStatus(422);
|
||||
|
||||
Storage::disk('local')
|
||||
|
||||
Reference in New Issue
Block a user