Browse Source

simplechat demo Worker namespace

walkor 10 years ago
parent
commit
e2f2423f49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Applications/SimpleChat/start_web_server.php

+ 1 - 0
Applications/SimpleChat/start_web_server.php

@@ -1,4 +1,5 @@
 <?php 
+use \Workerman\Worker;
 use \Workerman\WebServer;
 use \Workerman\Autoloader;