diff --git a/HttpServer/Route/Annotation/Websocket.php b/HttpServer/Route/Annotation/Websocket.php index fb4ebfec..cac5d7e1 100644 --- a/HttpServer/Route/Annotation/Websocket.php +++ b/HttpServer/Route/Annotation/Websocket.php @@ -47,6 +47,18 @@ class Websocket extends Annotation } + /** + * @param string $path + * @param string $namespace + * @throws \ReflectionException + */ + public function registration_notes($path = '', $namespace = '') + { + var_dump(get_called_class()); + parent::registration_notes($path, $namespace); + } + + /** * @param $events * @param $comment