commit
This commit is contained in:
parent
60444e1097
commit
6365071d47
|
|
@ -68,7 +68,7 @@ abstract class EchoController implements HttpServerInterface
|
|||
'error' => $exception->getMessage()
|
||||
]));
|
||||
|
||||
$connection->send(gPsr\str($response));
|
||||
$connection->send(Psr\str($response));
|
||||
$connection->close();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue