Wrong class name corrected with : \OCA\UserExternal\WebDavAuth' instead of WebDAVAuth`

Signed-off-by: Pierre CORSINI <50719398+pierrecorsini@users.noreply.github.com>
This commit is contained in:
Pierre CORSINI
2023-10-01 22:59:27 +01:00
committed by GitHub
parent 455726df6a
commit 1aa72d73bc

View File

@@ -131,7 +131,7 @@ Add the following to your `config.php`:
'user_backends' => array(
array(
'class' => '\OCA\UserExternal\WebDAVAuth',
'class' => '\OCA\UserExternal\WebDavAuth',
'arguments' => array('https://example.com/webdav'),
),
),