no save
This commit is contained in:
@@ -17,7 +17,9 @@ class Employers extends BaseController
|
|||||||
$udata = [
|
$udata = [
|
||||||
'employer_uid' => $data['employer_uid']
|
'employer_uid' => $data['employer_uid']
|
||||||
];
|
];
|
||||||
$addedData = $this->insert_db('employer_checks',$udata);
|
|
||||||
|
// $addedData = $this->insert_db('employer_checks',$udata);
|
||||||
|
$addedData =[];
|
||||||
|
|
||||||
if( $addedData["uid"] ==''){
|
if( $addedData["uid"] ==''){
|
||||||
$response = [
|
$response = [
|
||||||
|
|||||||
Reference in New Issue
Block a user