mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove static references
This commit is contained in:
@@ -433,7 +433,7 @@ class CreditRecalculateService
|
||||
return $result;
|
||||
}
|
||||
|
||||
Log::warning(sprintf('[-1] Catch-all, should not happen. Left of debt = %s', app('steam')->bcround($leftOfDebt, $decimals)));
|
||||
app('log')->warning(sprintf('[-1] Catch-all, should not happen. Left of debt = %s', app('steam')->bcround($leftOfDebt, $decimals)));
|
||||
|
||||
return $leftOfDebt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user