浏览代码

StatisticsClient.php -> StatisticClient.php

walkor 11 年之前
父节点
当前提交
87edd88598
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/ChatDemo/Bootstrap/BusinessWorker.php

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

@@ -8,7 +8,7 @@
  */
 define('ROOT_DIR', realpath(__DIR__.'/../'));
 require_once ROOT_DIR . '/Lib/Gateway.php';
-require_once ROOT_DIR . '/Lib/StatisticsClient.php';
+require_once ROOT_DIR . '/Lib/StatisticClient.php';
 require_once ROOT_DIR . '/Event.php';
 
 class BusinessWorker extends Man\Core\SocketWorker