From ab9a00c19ac93623667ffffe1f04bd5d4b232e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 31 Aug 2020 23:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/Annotation/Definition/Websocket.php | 6 ++++++ 1 file changed, 6 insertions(+) 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