fire(); } catch (FireflyException $e) { $this->error($e->getMessage()); return 0; } if (false === $result) { $this->line('The recurring transaction cron job did not fire.'); } if (true === $result) { $this->line('The recurring transaction cron job fired successfully.'); } $this->info('More feedback on the cron jobs can be found in the log files.'); return 0; } }