mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
event implementation
This commit is contained in:
@@ -48,7 +48,7 @@ class UserFactory extends Factory
|
||||
$user
|
||||
->settings()
|
||||
->create([
|
||||
'storage_capacity' => $this->faker->randomNumber(1),
|
||||
'max_storage_amount' => $this->faker->randomNumber(1),
|
||||
'name' => $this->faker->name,
|
||||
'address' => $this->faker->address,
|
||||
'state' => $this->faker->state,
|
||||
|
||||
Reference in New Issue
Block a user