feat: set and clear personal description now appears in change log (#4893)

This commit is contained in:
Regis Freyd
2021-02-20 18:08:54 -05:00
committed by GitHub
parent 7235e023ec
commit 686a0a1f0b
8 changed files with 90 additions and 77 deletions
@@ -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,