From b2f7713fb24bc99acb95e2f57bf03dc81ad0ac87 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 12 Sep 2024 17:35:48 -0400 Subject: [PATCH] log added --- www-api/app/Controllers/WrenchUserContacts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www-api/app/Controllers/WrenchUserContacts.php b/www-api/app/Controllers/WrenchUserContacts.php index 9c183f28..5de85997 100644 --- a/www-api/app/Controllers/WrenchUserContacts.php +++ b/www-api/app/Controllers/WrenchUserContacts.php @@ -26,6 +26,7 @@ class WrenchUserContacts extends BaseController raw_contacts: contactResult } */ public function usersContacts(){ + log_message('critical', "*********** WrenchUserContacts::usersContacts() 0000 "); $raw_json = file_get_contents('php://input'); $in = json_decode($raw_json, true); $out =[];