walkor hace 11 años
padre
commit
675ec135af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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';