translate base
This commit is contained in:
@@ -34,6 +34,7 @@ class UserFactory extends Factory
|
||||
'password' => static::$password ??= Hash::make('password'),
|
||||
'remember_token' => Str::random(10),
|
||||
'department_id' => Department::factory(),
|
||||
'locale' => 'en',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user