Merge branch 'master' of github.com:beyondcode/laravel-websockets
This commit is contained in:
commit
6d32cea614
|
|
@ -71,7 +71,7 @@ abstract class Controller implements HttpServerInterface
|
|||
'error' => $exception->getMessage()
|
||||
]));
|
||||
|
||||
$connection->send(Psr\str($response));
|
||||
$connection->send(GuzzleHttp\Psr7\str($response));
|
||||
|
||||
$connection->close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue