mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Remove static references
This commit is contained in:
@@ -63,7 +63,7 @@ class SetNotes implements ActionInterface
|
||||
$dbNote->text = $this->action->action_value;
|
||||
$dbNote->save();
|
||||
|
||||
Log::debug(
|
||||
app('log')->debug(
|
||||
sprintf(
|
||||
'RuleAction SetNotes changed the notes of journal #%d from "%s" to "%s".',
|
||||
$journal['transaction_journal_id'],
|
||||
|
||||
Reference in New Issue
Block a user