walkor hace 11 años
padre
commit
0b051b3073
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;;
     }
     
     /**