This commit is contained in:
paoloar77
2024-06-13 10:30:17 +02:00
parent 967408c39b
commit c53543f8d7

View File

@@ -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');