diff --git a/app/Console/Commands/Tools/Cron.php b/app/Console/Commands/Tools/Cron.php index 9f96d58f03..b3e9974ff5 100644 --- a/app/Console/Commands/Tools/Cron.php +++ b/app/Console/Commands/Tools/Cron.php @@ -74,7 +74,7 @@ class Cron extends Command * Fire recurring transaction cron job. */ try { - //$this->recurringCronJob($force, $date); + $this->recurringCronJob($force, $date); } catch (FireflyException $e) { Log::error($e->getMessage()); Log::error($e->getTraceAsString());