Skip to content

Commit

Permalink
fix: bug with contact listing updating the updated_at date for all co…
Browse files Browse the repository at this point in the history
…ntacts (#7068)
  • Loading branch information
FOFANA12 committed Apr 8, 2024
1 parent deaecec commit 51e1733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Contact/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class Contact extends Model
*/
protected $return_from_search = [
'id',
'uuid',
'first_name',
'middle_name',
'last_name',
Expand Down

0 comments on commit 51e1733

Please sign in to comment.