mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Various extensions to recurring transactions.
This commit is contained in:
@@ -64,15 +64,5 @@ class Kernel extends ConsoleKernel
|
||||
{
|
||||
// create recurring transactions.
|
||||
$schedule->job(new CreateRecurringTransactions(new Carbon))->daily();
|
||||
|
||||
// send test email.
|
||||
$schedule->call(
|
||||
function () {
|
||||
$ipAddress = '127.0.0.1';
|
||||
/** @var User $user */
|
||||
$user = User::find(1);
|
||||
event(new AdminRequestedTestMessage($user, $ipAddress));
|
||||
}
|
||||
)->daily();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user