implementation of user limits and refactoring

This commit is contained in:
Čarodej
2021-11-19 18:44:46 +01:00
parent 4851fb5eab
commit 6ca84d9041
54 changed files with 300 additions and 327 deletions

View File

@@ -104,7 +104,6 @@ class SetupDevEnvironment extends Command
->settings()
->create([
'avatar' => $avatar_name,
'max_storage_amount' => 5,
'name' => 'Jane Doe',
'address' => $this->faker->address,
'state' => $this->faker->state,
@@ -163,7 +162,6 @@ class SetupDevEnvironment extends Command
->settings()
->create([
'avatar' => $avatar_name,
'max_storage_amount' => 5,
'name' => $this->faker->name,
'address' => $this->faker->address,
'state' => $this->faker->state,
@@ -1004,7 +1002,7 @@ class SetupDevEnvironment extends Command
'value' => 1,
],
[
'name' => 'storage_default',
'name' => 'default_storage_amount',
'value' => 5,
],
[