andre 2 years ago
parent
commit
fbfe322773
1 changed files with 8 additions and 0 deletions
  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());
+    }
+
     /**
      *
      */