mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Various extensions to recurring transactions.
This commit is contained in:
@@ -89,7 +89,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
Log::debug('Now running report thing.');
|
||||
// will now send email to users.
|
||||
foreach ($result as $userId => $journals) {
|
||||
// random bunch to make mail.
|
||||
//// random bunch to make mail.
|
||||
$journals = TransactionJournal::where('user_id', $userId)->inRandomOrder()->take(1)->get();
|
||||
event(new RequestedReportOnJournals($userId, $journals));
|
||||
}
|
||||
|
Reference in New Issue
Block a user