mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Remove static references
This commit is contained in:
@@ -224,7 +224,7 @@ class RecurrenceUpdateService
|
||||
Log::debug(sprintf('Original count is %d', $originalCount));
|
||||
if (0 === count($transactions)) {
|
||||
// won't drop transactions, rather avoid.
|
||||
Log::warning('No transactions to update, too scared to continue!');
|
||||
app('log')->warning('No transactions to update, too scared to continue!');
|
||||
return;
|
||||
}
|
||||
$combinations = [];
|
||||
|
||||
Reference in New Issue
Block a user