feat: set and clear personal description now appears in change log (#4893)
This commit is contained in:
@@ -21,7 +21,7 @@ class ContactAuditLogController extends Controller
|
||||
$logsCollection = collect();
|
||||
|
||||
foreach ($logs as $log) {
|
||||
$description = trans('app.contact_log_'.$log->action);
|
||||
$description = trans('logs.contact_log_'.$log->action);
|
||||
|
||||
$logsCollection->push([
|
||||
'author_name' => ($log->author) ? $log->author->name : $log->author_name,
|
||||
|
||||
Reference in New Issue
Block a user