diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-06-10 17:35:07 +0200 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-06-11 14:10:29 +0200 |
commit | 19bc3ed1e3f52a9d9cd0a540e7e754a2fa16eb54 (patch) | |
tree | d067d7bb3ac0c31f149ce69b5c11b1266617878c /psalm.xml | |
parent | 9449f6438d1ef3127f57601ebdd9d5d24fa6d16e (diff) | |
download | nextcloud-server-19bc3ed1e3f52a9d9cd0a540e7e754a2fa16eb54.tar.gz nextcloud-server-19bc3ed1e3f52a9d9cd0a540e7e754a2fa16eb54.zip |
chore(webhooks): Rename webhooks application to webhook_listeners
There is already a webhooks application in the appstore
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml index 2f1e226b5cf..f2aed4b382b 100644 --- a/psalm.xml +++ b/psalm.xml @@ -45,6 +45,7 @@ <directory name="apps/user_ldap"/> <directory name="apps/user_status"/> <directory name="apps/weather_status"/> + <directory name="apps/webhook_listeners"/> <directory name="apps/workflowengine"/> <directory name="core"/> <directory name="lib"/> |