From 58491eaf069a635d47ac8dab4b20cbe4a13e264e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 17 Mar 2023 17:01:45 +1100 Subject: [PATCH] cs-fixer --- app/Jobs/Cron/RecurringExpensesCron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Cron/RecurringExpensesCron.php b/app/Jobs/Cron/RecurringExpensesCron.php index 773a97e26ebe..5b7fb2c33cae 100644 --- a/app/Jobs/Cron/RecurringExpensesCron.php +++ b/app/Jobs/Cron/RecurringExpensesCron.php @@ -40,7 +40,7 @@ class RecurringExpensesCron * * @return void */ - public function handle() : void + public function handle(): void { /* Get all expenses where the send date is less than NOW + 30 minutes() */ nlog('Sending recurring expenses '.Carbon::now()->format('Y-m-d h:i:s'));