This commit is contained in:
freek 2018-11-24 01:53:54 +01:00
parent 60444e1097
commit 6365071d47
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ abstract class EchoController implements HttpServerInterface
'error' => $exception->getMessage()
]));
$connection->send(gPsr\str($response));
$connection->send(Psr\str($response));
$connection->close();
}
}