Преглед изворни кода

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