浏览代码

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');