Browse Source

set namespace kerio api

andre 2 years ago
parent
commit
8d32b05847
1 changed files with 1 additions and 0 deletions
  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');