wip
This commit is contained in:
parent
5ca977dacc
commit
e7ade249ae
|
|
@ -45,7 +45,7 @@ abstract class Controller implements HttpServerInterface
|
|||
|
||||
$response = $this($laravelRequest);
|
||||
|
||||
$connection->send(JsonResponse::create($response)->send());
|
||||
$connection->send(JsonResponse::create($response));
|
||||
$connection->close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue