log added

This commit is contained in:
CHIEFSOFT\ameye
2024-09-12 17:35:48 -04:00
parent f43a2de287
commit b2f7713fb2
@@ -26,6 +26,7 @@ class WrenchUserContacts extends BaseController
raw_contacts: contactResult } raw_contacts: contactResult }
*/ */
public function usersContacts(){ public function usersContacts(){
log_message('critical', "*********** WrenchUserContacts::usersContacts() 0000 ");
$raw_json = file_get_contents('php://input'); $raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true); $in = json_decode($raw_json, true);
$out =[]; $out =[];