Inject MQTTClient in cancel jo api call #155
This commit is contained in:
parent
a87bd31c03
commit
af45301e98
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ class RAPIController extends Controller
|
|||
return $res->getReturnResponse();
|
||||
}
|
||||
|
||||
public function cancelJobOrder(Request $req)
|
||||
public function cancelJobOrder(Request $req, MQTTClient $mclient)
|
||||
{
|
||||
$em = $this->getDoctrine()->getManager();
|
||||
$required_params = ['jo_id'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue