andre 2 лет назад
Родитель
Сommit
fbfe322773
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      app/Libs/Zimbra/Components/Api/Soap/Repository.php

+ 8 - 0
app/Libs/Zimbra/Components/Api/Soap/Repository.php

@@ -83,6 +83,14 @@ class Repository extends AbstractApiClient
         return new Accounts($this->getClient());
     }
 
+    /**
+     * @return Ressources
+     */
+    public function ressources()
+    {
+        return new Ressources($this->getClient());
+    }
+
     /**
      *
      */