mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Catch various audit log things
This commit is contained in:
@@ -39,7 +39,7 @@ class ALERepository implements ALERepositoryInterface
|
||||
|
||||
$auditLogEntry->auditable()->associate($data['auditable']);
|
||||
$auditLogEntry->changer()->associate($data['changer']);
|
||||
$auditLogEntry->action = $data['field'];
|
||||
$auditLogEntry->action = $data['action'];
|
||||
$auditLogEntry->before = $data['before'];
|
||||
$auditLogEntry->after = $data['after'];
|
||||
$auditLogEntry->save();
|
||||
|
Reference in New Issue
Block a user