mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixes settings problem in unit tests
This commit is contained in:
parent
021e723acf
commit
dfb1ff81e6
|
@ -210,5 +210,6 @@ $factory->define(App\Models\Setting::class, function ($faker) {
|
|||
'brand' => 1,
|
||||
'default_currency' => $faker->currencyCode,
|
||||
'locale' => $faker->locale,
|
||||
'pwd_secure_min' => 5,
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue