Parcourir la source

test using namespace for kerio api

andre il y a 2 ans
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.
  *