walkor пре 11 година
родитељ
комит
675ec135af
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      applications/ChatDemo/Bootstrap/Gateway.php

+ 1 - 0
applications/ChatDemo/Bootstrap/Gateway.php

@@ -10,6 +10,7 @@
  */
 define('ROOT_DIR', realpath(__DIR__.'/../'));
 require_once ROOT_DIR . '/Protocols/GatewayProtocol.php';
+require_once ROOT_DIR . '/Protocols/JsonProtocol.php';
 require_once ROOT_DIR . '/Lib/Store.php';
 require_once ROOT_DIR . '/Event.php';
 require_once ROOT_DIR . '/Lib/StatisticClient.php';