mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
php cs fixer tweak
This commit is contained in:
@@ -430,7 +430,7 @@ class BrowseTest extends TestCase
|
||||
});
|
||||
|
||||
collect([$folder, $file])
|
||||
->each(function ($item) use ($user) {
|
||||
->each(function ($item) {
|
||||
$this->getJson('/api/browse/share')
|
||||
->assertStatus(200)
|
||||
->assertJsonFragment([
|
||||
|
||||
Reference in New Issue
Block a user