From 5b41f86d0dfb974f4e62c9c8c0c363a5f9a62da2 Mon Sep 17 00:00:00 2001 From: zenlan <> Date: Mon, 11 Oct 2021 15:30:06 +0100 Subject: [PATCH] Removes line that schedules daily execution of FaultCat sync --- app/Console/Kernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 874bba3223..ee4cfb5309 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -51,7 +51,6 @@ protected function schedule(Schedule $schedule) ->sendOutputTo(storage_path().'/logs/discourse_usernames.log') ->emailOutputTo(env('SEND_COMMAND_LOGS_TO'), 'tech@therestartproject.org'); - $schedule->command('faultcat:sync')->daily(); } /**