mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Expand report email.
This commit is contained in:
@@ -90,7 +90,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
// will now send email to users.
|
||||
foreach ($result as $userId => $journals) {
|
||||
//// random bunch to make mail.
|
||||
$journals = TransactionJournal::where('user_id', $userId)->inRandomOrder()->take(1)->get();
|
||||
//$journals = TransactionJournal::where('user_id', $userId)->inRandomOrder()->take(1)->get();
|
||||
event(new RequestedReportOnJournals($userId, $journals));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user