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