From 0ec617f2f503ab3e01a5606bf90a715b954325c4 Mon Sep 17 00:00:00 2001 From: JasmeowTheCat <81937080+JasmeowTheCat@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:34:37 +0000 Subject: [PATCH] Renaming comment in Kernel.php to "Expenses" and not "Invoices". --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index f67dc4af685b..22f302f5c2e4 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -76,7 +76,7 @@ class Kernel extends ConsoleKernel /* Runs cleanup code for subscriptions */ $schedule->job(new SubscriptionCron)->dailyAt('00:01')->withoutOverlapping()->name('subscription-job')->onOneServer(); - /* Sends recurring invoices*/ + /* Sends recurring expenses*/ $schedule->job(new RecurringExpensesCron)->dailyAt('00:10')->withoutOverlapping()->name('recurring-expense-job')->onOneServer(); /* Checks the status of the scheduler */