This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user