Fixes settings problem in unit tests
This commit is contained in:
parent
021e723acf
commit
dfb1ff81e6
1 changed files with 1 additions and 0 deletions
|
@ -210,5 +210,6 @@ $factory->define(App\Models\Setting::class, function ($faker) {
|
||||||
'brand' => 1,
|
'brand' => 1,
|
||||||
'default_currency' => $faker->currencyCode,
|
'default_currency' => $faker->currencyCode,
|
||||||
'locale' => $faker->locale,
|
'locale' => $faker->locale,
|
||||||
|
'pwd_secure_min' => 5,
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue