mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:44:30 -04:00
Renaming comment in Kernel.php to "Expenses" and not "Invoices".
This commit is contained in:
parent
edeae6aec8
commit
0ec617f2f5
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user