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
@@ -152,6 +152,7 @@ class RelationshipsController extends Controller
app(UpdateContact::class)->execute($datas + [
'contact_id' => $otherContact->id,
'author_id' => auth()->user()->id,
]);
}