This commit is contained in:
freek 2018-11-27 20:14:43 +01:00
parent 72ae8f42dc
commit c23f011f71
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use BeyondCode\LaravelWebSockets\Exceptions\InvalidWebSocketController;
class Router
{
/** @var RouteCollection */
/** @var \Symfony\Component\Routing\RouteCollection */
protected $routes;
public function __construct()
@ -81,6 +81,7 @@ class Router
/**
* @param $action
*
* @return WsServer|HttpServerInterface
*/
protected function wrapAction($action)