This commit is contained in:
Marcel Pociot 2018-11-29 09:27:43 +01:00
parent 5ca977dacc
commit e7ade249ae
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ abstract class Controller implements HttpServerInterface
$response = $this($laravelRequest); $response = $this($laravelRequest);
$connection->send(JsonResponse::create($response)->send()); $connection->send(JsonResponse::create($response));
$connection->close(); $connection->close();
} }