소스 검색

set namespace kerio api

andre 2 년 전
부모
커밋
8d32b05847
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      api/class/KerioApi.php

+ 1 - 0
api/class/KerioApi.php

@@ -12,6 +12,7 @@
  * Any changes may be overwritten by a new version.
  */
 
+namespace ThurData\Servers\KerioEmail\Api;
 require_once(dirname(__FILE__) . '/KerioApiInterface.php');
 require_once(dirname(__FILE__) . '/KerioApiSocket.php');
 require_once(dirname(__FILE__) . '/KerioApiException.php');