fix: fix bug with contact listing updating the updated_at date for all contacts (#7220)

This commit is contained in:
FOFANA BAKARY
2024-05-04 08:06:05 +00:00
committed by GitHub
parent 498c6ea638
commit 32028ce3ce
+1
View File
@@ -78,6 +78,7 @@ class Contact extends Model
*/
protected $return_from_search = [
'id',
'uuid',
'first_name',
'middle_name',
'last_name',