andre 2 năm trước cách đây
mục cha
commit
fbfe322773

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

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