action); $logsCollection->push([ 'author_name' => ($log->author) ? $log->author->name : $log->author_name, 'description' => $description, 'audited_at' => DateHelper::getShortDateWithTime($log->audited_at), ]); } return $logsCollection; } }