mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Updated seeder with en to en-US
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
eead7b49e3
commit
02d35449d2
|
@ -27,7 +27,7 @@ class UserFactory extends Factory
|
|||
'first_name' => $this->faker->firstName(),
|
||||
'jobtitle' => $this->faker->jobTitle(),
|
||||
'last_name' => $this->faker->lastName(),
|
||||
'locale' => 'en',
|
||||
'locale' => 'en-US',
|
||||
'notes' => 'Created by DB seeder',
|
||||
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
|
||||
'permissions' => '{}',
|
||||
|
|
Loading…
Reference in a new issue