nitpick
This commit is contained in:
parent
72ae8f42dc
commit
c23f011f71
|
|
@ -16,7 +16,7 @@ use BeyondCode\LaravelWebSockets\Exceptions\InvalidWebSocketController;
|
||||||
|
|
||||||
class Router
|
class Router
|
||||||
{
|
{
|
||||||
/** @var RouteCollection */
|
/** @var \Symfony\Component\Routing\RouteCollection */
|
||||||
protected $routes;
|
protected $routes;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
|
@ -81,6 +81,7 @@ class Router
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $action
|
* @param $action
|
||||||
|
*
|
||||||
* @return WsServer|HttpServerInterface
|
* @return WsServer|HttpServerInterface
|
||||||
*/
|
*/
|
||||||
protected function wrapAction($action)
|
protected function wrapAction($action)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue