fix(seeder): format arrow function for better readability in OutletSeeder

This commit is contained in:
Yoga Pangestu 2025-10-18 19:36:49 +07:00
parent ed947361ab
commit 0299ed8a74

View File

@ -50,7 +50,7 @@ public function run(): void
'opened_date' => now()->toDateString(),
]);
$hours = collect(Day::cases())->map(fn($day) => [
$hours = collect(Day::cases())->map(fn ($day) => [
'outlet_id' => $outlet->id,
'day' => $day->value,
'open_time' => '09:00:00',