Browse Source

Bugfix: add updateRessourceStatus function

andre 2 năm trước cách đây
mục cha
commit
a092f21f39
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      app/Libs/Zimbra/Components/Api/Soap/Services.php

+ 10 - 0
app/Libs/Zimbra/Components/Api/Soap/Services.php

@@ -212,6 +212,16 @@ class Services
         return new UpdateRessource($this->getApi());
     }
 
+    /**
+     * update ressource status
+     *
+     * @return UpdateRessourceStatus
+     */
+    public function updateRessourceStatus()
+    {
+        return new UpdateRessourceStatus($this->getApi());
+    }
+
     /**
      * change password service
      *