Browse Source

test using namespace for kerio api

andre 2 years ago
parent
commit
c16812bc00

+ 1 - 0
api/class/KerioApiException.php

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

+ 1 - 0
api/class/KerioApiInterface.php

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

+ 1 - 0
api/class/KerioApiSocket.php

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

+ 1 - 0
api/class/KerioApiSocketInterface.php

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