This commit is contained in:
Saeed Vaziry
2025-05-19 22:22:21 +02:00
parent 04d52f6742
commit 61faaabb85
17 changed files with 544 additions and 92 deletions

View File

@ -20,7 +20,7 @@ public function definition(): array
'created_at' => Carbon::now(), //
'updated_at' => Carbon::now(),
'name' => $this->faker->randomElement(['production', 'staging', 'development']),
'color' => $this->faker->randomElement(config('core.tag_colors')),
'color' => $this->faker->randomElement(config('core.colors')),
];
}
}