diff --git a/system/Annotation/Definition/Websocket.php b/system/Annotation/Definition/Websocket.php index 8e1763fe..e75a2cc3 100644 --- a/system/Annotation/Definition/Websocket.php +++ b/system/Annotation/Definition/Websocket.php @@ -36,6 +36,12 @@ class Websocket extends Annotation } + public function isLegitimate($events) + { + return true; + } + + /** * @param $events * @param $comment