mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Catch various audit log things
This commit is contained in:
@@ -66,7 +66,7 @@ class SetDescription implements ActionInterface
|
||||
$this->action->action_value
|
||||
)
|
||||
);
|
||||
|
||||
$journal->refresh();
|
||||
event(new TriggeredAuditLog($this->action->rule, $journal, 'update_description', $before, $this->action->action_value));
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user