Skip to content

Commit

Permalink
fix: fix bug with contact listing updating the updated_at date for al…
Browse files Browse the repository at this point in the history
…l contacts (#7220)
  • Loading branch information
FOFANA12 committed May 4, 2024
1 parent 498c6ea commit 32028ce
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 32028ce

Please sign in to comment.