Update the factories for City and User models.
This commit is contained in:
@@ -19,6 +19,7 @@ class CityFactory extends Factory
|
||||
return [
|
||||
'uuid' => $this->faker->uuid(),
|
||||
'name' => $this->faker->city(),
|
||||
'url' => $this->faker->city(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user