Pārlūkot izejas kodu

test using namespace for kerio api

andre 2 gadi atpakaļ
vecāks
revīzija
b31d508853
2 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 2 0
      api/KerioConnectApi.php
  2. 2 0
      api/class/KerioApi.php

+ 2 - 0
api/KerioConnectApi.php

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

+ 2 - 0
api/class/KerioApi.php

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