walkor 11 år sedan
förälder
incheckning
0b051b3073
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;;
     }
     
     /**