From e8410b0cf8d41c3e4103a8eb3672053a5164bac6 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 19 Jun 2024 10:06:01 +0200 Subject: [PATCH] sched --- app/Console/Commands/StartDay.php | 2 -- app/Console/Kernel.php | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/Console/Commands/StartDay.php b/app/Console/Commands/StartDay.php index 796d24ec..8c57b28b 100644 --- a/app/Console/Commands/StartDay.php +++ b/app/Console/Commands/StartDay.php @@ -54,8 +54,6 @@ class StartDay extends Command try { $log = "*** STARTDAY: "; - $log .= "************** FINE *********** "; - // Select all the fields of the Stock table } catch (\Exception $e) { diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 59c4765b..6170a659 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -14,7 +14,7 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - + // ]; /** @@ -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 () {