mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
event implementation
This commit is contained in:
@@ -50,8 +50,8 @@ class SignFlowTest extends TestCase
|
||||
]);
|
||||
|
||||
$this->assertDatabaseHas('user_settings', [
|
||||
'name' => 'John Doe',
|
||||
'storage_capacity' => 12,
|
||||
'name' => 'John Doe',
|
||||
'max_storage_amount' => 12,
|
||||
]);
|
||||
|
||||
Storage::disk('local')
|
||||
|
||||
Reference in New Issue
Block a user