This commit is contained in:
Marcel Pociot 2018-11-28 22:37:10 +01:00
parent 362ba7d5d8
commit 647def8d43
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ abstract class Controller implements HttpServerInterface
'error' => $exception->getMessage()
]));
$connection->send(GuzzleHttp\Psr7\str($response));
$connection->send(\GuzzleHttp\Psr7\str($response));
$connection->close();
}