Kaynağa Gözat

APLog.php 路径

walkor 11 yıl önce
ebeveyn
işleme
ba37e10d0e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      applications/ChatDemo/Lib/Gateway.php

+ 1 - 1
applications/ChatDemo/Lib/Gateway.php

@@ -14,8 +14,8 @@ if(!defined('ROOT_DIR'))
 
 require_once ROOT_DIR . '/Lib/Store.php';
 require_once ROOT_DIR . '/Lib/Context.php';
+require_once ROOT_DIR . '/Lib/APLog.php';
 require_once ROOT_DIR . '/Protocols/GatewayProtocol.php';
-require_once ROOT_DIR . '/Protocols/APLog.php';
 
 class GateWay
 {