mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
#591 - tags
This commit is contained in:
@ -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')),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user