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
@@ -401,6 +401,7 @@ class ContactsController extends Controller
$data = [
'account_id' => auth()->user()->account_id,
'author_id' => auth()->user()->id,
'contact_id' => $contact->id,
'first_name' => $request->input('firstname'),
'middle_name' => $request->input('middlename', null),