mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
format
This commit is contained in:
@@ -115,7 +115,8 @@ class UserAccountTest extends TestCase
|
||||
])->assertStatus(204);
|
||||
|
||||
collect(config('vuefilemanager.avatar_sizes'))
|
||||
->each(fn ($size) =>
|
||||
->each(
|
||||
fn ($size) =>
|
||||
Storage::disk('local')
|
||||
->assertExists("avatars/{$size['name']}-{$user->settings->getRawOriginal('avatar')}")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user