iseet data

This commit is contained in:
CHIEFSOFT\ameye
2025-01-12 15:32:23 -05:00
parent c7f9f211c2
commit 0cd7f9e135
+1 -1
View File
@@ -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);