fix backend connection
This commit is contained in:
@@ -311,7 +311,7 @@ class WrenchApi extends BaseController
|
||||
|
||||
if ( $call_backend == true){
|
||||
$wrenchboard = new \App\Models\BackendModel();
|
||||
$ret = $this->BackendModel->wrenchboard_api($in, $out);
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
$out['internal_return'] = $ret;
|
||||
/* $this->load->model('BackendModel');
|
||||
$out = array();
|
||||
|
||||
Reference in New Issue
Block a user