write test for nominatim usage
This commit is contained in:
@@ -17,7 +17,9 @@ class UserFactory extends Factory
|
||||
public function definition(): array
|
||||
{
|
||||
return [
|
||||
'username' => $this->faker->name
|
||||
'username' => $this->faker->name,
|
||||
'enabled' => true,
|
||||
'confirmed' => 1
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user