backend model
This commit is contained in:
@@ -296,7 +296,8 @@ class WrenchApi extends BaseController
|
||||
$in["pid"] = 100;
|
||||
$out = array();
|
||||
if ( $call_backend == true){
|
||||
// $ret = $wrenchboard->wrenchboard_api($in, $out);
|
||||
$wrenchboard = new \App\Models\BackendModel();
|
||||
$ret = $wrenchboard->wrenchboard_api($in, $out);
|
||||
$out['internal_return'] = 0; // $ret; // this is reserved array parameter - to be captured and received before you use the out array()
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user