Ver Fonte

bug fix\

walkor há 11 anos atrás
pai
commit
0b051b3073
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      applications/ChatDemo/Bootstrap/BusinessWorker.php

+ 1 - 1
applications/ChatDemo/Bootstrap/BusinessWorker.php

@@ -44,7 +44,7 @@ class BusinessWorker extends Man\Core\SocketWorker
      */
     public static function instance()
     {
-        return $this;
+        return self::$instance;;
     }
     
     /**