From 51e1733c26f72e7fa1948f927fc5476029140657 Mon Sep 17 00:00:00 2001 From: FOFANA12 Date: Mon, 8 Apr 2024 01:36:57 +0000 Subject: [PATCH] fix: bug with contact listing updating the updated_at date for all contacts (#7068) --- app/Models/Contact/Contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Contact/Contact.php b/app/Models/Contact/Contact.php index 23761ecddce..0b27265001a 100644 --- a/app/Models/Contact/Contact.php +++ b/app/Models/Contact/Contact.php @@ -78,6 +78,7 @@ class Contact extends Model */ protected $return_from_search = [ 'id', + 'uuid', 'first_name', 'middle_name', 'last_name',