guarded instead of fillable

This commit is contained in:
Benjamin Takats
2022-12-01 16:01:24 +01:00
parent 37695943ef
commit e3af9cf67d
37 changed files with 120 additions and 197 deletions

View File

@@ -26,6 +26,7 @@ class CityFactory extends Factory
return [
'country_id' => Country::factory(),
'name' => $this->faker->name,
'slug' => $this->faker->slug,
];
}
}