diff options
author | Joas Schilling <coding@schilljs.com> | 2021-10-04 09:54:58 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-10-04 11:26:08 +0200 |
commit | 3710eca1047630da8dcf1af35e04fe6509741d6b (patch) | |
tree | 0f66760e532efe0846db5095c7a43bda138a2556 /psalm.xml | |
parent | c1d2a613d224eaf84abe99ea7217a92cd0c04d0a (diff) | |
download | nextcloud-server-3710eca1047630da8dcf1af35e04fe6509741d6b.tar.gz nextcloud-server-3710eca1047630da8dcf1af35e04fe6509741d6b.zip |
Allow "TwoFactor Nextcloud Notifications" to pull the state of the 2FA again
Signed-off-by: Joas Schilling <coding@schilljs.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 d51dbb9dde6..a075ceb24a7 100644 --- a/psalm.xml +++ b/psalm.xml @@ -80,6 +80,7 @@ <UndefinedClass> <errorLevel type="suppress"> <referencedClass name="OCA\GroupFolders\Mount\GroupFolderStorage"/> + <referencedClass name="OCA\TwoFactorNextcloudNotification\Controller\APIController"/> </errorLevel> </UndefinedClass> <UndefinedFunction> |