Bladeren bron

JsonProtocol

walkor 11 jaren geleden
bovenliggende
commit
675ec135af
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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';