Set schedule timezone
All checks were successful
Deploy App / deploy (push) Successful in 9s

This commit is contained in:
2025-08-31 13:58:40 +02:00
parent ed41db3017
commit 17e2f0be35

View File

@@ -9,5 +9,5 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::call(fn() => app(BotService::class)->run())->everyMinute();
Schedule::call(fn() => app(BotService::class)->run())->everyMinute()->timezone('Europe/Copenhagen');