mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Remove static references
This commit is contained in:
@@ -417,7 +417,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
$groupTitle = $first->description;
|
||||
}
|
||||
if (0 === $count) {
|
||||
Log::error('No transactions to be created in this recurrence. Cannot continue.');
|
||||
app('log')->error('No transactions to be created in this recurrence. Cannot continue.');
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user