Fix syntax error #424
This commit is contained in:
parent
943c01e5d9
commit
b618605849
1 changed files with 1 additions and 1 deletions
|
|
@ -150,6 +150,7 @@ class CMBRAPIController extends Controller
|
|||
else
|
||||
{
|
||||
$res->setData($data);
|
||||
}
|
||||
|
||||
return $res;
|
||||
}
|
||||
|
|
@ -176,7 +177,6 @@ class CMBRAPIController extends Controller
|
|||
|
||||
// response
|
||||
return $res->getReturnResponse();
|
||||
|
||||
}
|
||||
|
||||
public function arrive(Request $req, RiderAPIHandlerInterface $rapi_handler)
|
||||
|
|
|
|||
Loading…
Reference in a new issue