From 0cd7f9e1352c5ac1d50f3892c8d9b39c316b7132 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 12 Jan 2025 15:32:23 -0500 Subject: [PATCH] iseet data --- app/Controllers/Employers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Employers.php b/app/Controllers/Employers.php index 961ec5b..0655fe0 100644 --- a/app/Controllers/Employers.php +++ b/app/Controllers/Employers.php @@ -109,7 +109,7 @@ class Employers extends BaseController 'message' => 'Verification text sent to employer', 'call_return' => '100', 'verification_id' => $addedData["uid"], - 'verify_data' => $checkData["res"]["data"] + 'verify_data' => $checkData["res"]["data"] ?? [] ]; // 'status' => $checkData["res"]["status"], return $this->respond($response, 200);