Skip to content

Commit

Permalink
fix: fix audit log for updated agenda item action (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Jun 15, 2021
1 parent 0b2ed60 commit 5cb1211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Helpers/LogHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1161,8 +1161,6 @@ public static function processAuditLog(AuditLog $log): string
$sentence = trans('account.log_agenda_item_updated', [
'group_id' => $log->object->{'group_id'},
'group_name' => $log->object->{'group_name'},
'employee_id' => $log->object->{'employee_id'},
'employee_name' => $log->object->{'employee_name'},
'meeting_id' => $log->object->{'meeting_id'},
]);
break;
Expand Down

0 comments on commit 5cb1211

Please sign in to comment.