Updated seeder with en to en-US

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-12-24 19:41:48 +00:00
parent eead7b49e3
commit 02d35449d2

View file

@ -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' => '{}',