changes 0328092025

This commit is contained in:
Simon Pocrnjič
2025-09-28 22:36:47 +02:00
parent b40ee9dcde
commit 7e8e0a479b
61 changed files with 4306 additions and 654 deletions
@@ -9,15 +9,12 @@
*/
class PersonGroupFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array<string, mixed>
*/
public function definition(): array
{
return [
//
'name' => $this->faker->unique()->word(),
'description' => $this->faker->optional()->sentence(),
'color_tag' => $this->faker->optional()->safeColorName(),
];
}
}