return $this->response->withtype("application/json")->withstringbody(json_encode($result));

0

return $this->response->withType("application/json")->withStringBody(json_encode($result));

By Wooden Hammer RakshaD at Oct 23 2020


Related code examples


Code examples by languages