vali 6 years ago
parent
commit
a5e1adf714
1 changed files with 1 additions and 1 deletions
  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)) {