Skip to content

Commit 32028ce

Browse files
authored
fix: fix bug with contact listing updating the updated_at date for all contacts (#7220)
1 parent 498c6ea commit 32028ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/Contact/Contact.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class Contact extends Model
7878
*/
7979
protected $return_from_search = [
8080
'id',
81+
'uuid',
8182
'first_name',
8283
'middle_name',
8384
'last_name',

0 commit comments

Comments
 (0)