浏览代码

test using namespace for kerio api

andre 2 年之前
父节点
当前提交
b31d508853
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      api/KerioConnectApi.php
  2. 2 0
      api/class/KerioApi.php

+ 2 - 0
api/KerioConnectApi.php

@@ -1,5 +1,7 @@
 <?php
 namespace ThurData\Servers\KerioEmail\Api;
+use ThurData\Servers\KerioEmail\Api\KerioApi;
+
 
 /**
  * This file is part of the kerio-api-php.

+ 2 - 0
api/class/KerioApi.php

@@ -1,4 +1,6 @@
 <?php
+namespace ThurData\Servers\KerioEmail\Api;
+
 /**
  * This file is part of the kerio-api-php.
  *