From c53543f8d736e58104dcdc68bfba6cf971ea5d2f Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 10:30:17 +0200 Subject: [PATCH] aa --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index f520ae82..387226d1 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel protected function schedule(Schedule $schedule) { - Log::info('Controllo schedule...'); + // Log::info('Controllo schedule...'); // $schedule->command('inspire')->hourly(); $schedule->command('backup:clean')->daily()->at('02:00')->before(function () { Log::info('Running backup:clean command');