Clean up cron scheduler

This commit is contained in:
Hillel Coren 2018-01-15 22:54:04 +02:00
parent 4d5ec46ab9
commit 11ac06f60a

View File

@ -53,17 +53,5 @@ class Kernel extends ConsoleKernel
->command('ninja:send-reminders --force')
->sendOutputTo($logFile)
->daily();
if (Utils::isNinja()) {
$schedule
->command('ninja:send-renewals --force')
->sendOutputTo($logFile)
->daily();
}
$schedule
->command('updater:check-for-update --prefixVersionWith=v')
->sendOutputTo($logFile)
->daily();
}
}