Forráskód Böngészése

StatisticsClient.php -> StatisticClient.php

walkor 11 éve
szülő
commit
87edd88598
1 módosított fájl, 1 hozzáadás és 1 törlés
  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