xxxrrrdddd 3 years ago
parent
commit
c11d256994
1 changed files with 1 additions and 1 deletions
  1. 1 1
      work

+ 1 - 1
work

@@ -14,4 +14,4 @@ $work=new \Workerman\Worker();
 $work->onConnect=function ($conn){
     var_dump('asdasdas');
 };
-$work->run();
+\Workerman\Worker::runAll();