iseet data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user