mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Expand view to include weekend responses.
This commit is contained in:
@@ -82,8 +82,6 @@ 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.
|
||||
//$journals = TransactionJournal::where('user_id', $userId)->inRandomOrder()->take(1)->get();
|
||||
event(new RequestedReportOnJournals($userId, $journals));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user