This commit is contained in:
David Bomba 2023-03-17 17:01:45 +11:00
parent 17cfd637e4
commit 58491eaf06

View File

@ -40,7 +40,7 @@ class RecurringExpensesCron
* *
* @return void * @return void
*/ */
public function handle() : void public function handle(): void
{ {
/* Get all expenses where the send date is less than NOW + 30 minutes() */ /* 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')); nlog('Sending recurring expenses '.Carbon::now()->format('Y-m-d h:i:s'));