vali 6 年之前
父節點
當前提交
a5e1adf714
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -206,7 +206,7 @@ class Events
     }
 
     //用户取消排队
-    public function cancelqueue($messageArray)
+    public static function cancelqueue($messageArray)
     {
         $uid = intval($messageArray['uid']);
         if (empty($uid)) {