0
0
Fork 0
mirror of https://github.com/verdigado/organization_folders.git synced 2024-12-06 11:22:41 +01:00

added resource occ commands

This commit is contained in:
Jonathan Treffler 2024-10-30 04:45:56 +01:00
parent 0f81059343
commit 840fd70c37
8 changed files with 169 additions and 2 deletions

View file

@ -18,4 +18,8 @@
<database>mysql</database>
<nextcloud min-version="29" max-version="30"/>
</dependencies>
<commands>
<command>OCA\OrganizationFolders\Command\Resource\CreateResource</command>
<command>OCA\OrganizationFolders\Command\Resource\ListResources</command>
</commands>
</info>