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 () {