From 64f2935058f855dd723732ba1b7c4b19319a348b Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 17 May 2024 13:08:55 +0200 Subject: [PATCH] sched --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 6531f1dd..2b3318a0 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -25,6 +25,8 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { + echo "schedule"; + Log::info('schedule'); // $schedule->command('inspire')->hourly(); $schedule->command('backup:clean')->daily()->at('02:00')->before(function () { Log::info('Running backup:clean command');