Skip to content

Commit 1aa72d7

Browse files
Wrong class name corrected with : \OCA\UserExternal\WebDavAuth' instead of WebDAVAuth`
Signed-off-by: Pierre CORSINI <50719398+pierrecorsini@users.noreply.github.com>
1 parent 455726d commit 1aa72d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Add the following to your `config.php`:
131131

132132
'user_backends' => array(
133133
array(
134-
'class' => '\OCA\UserExternal\WebDAVAuth',
134+
'class' => '\OCA\UserExternal\WebDavAuth',
135135
'arguments' => array('https://example.com/webdav'),
136136
),
137137
),

0 commit comments

Comments
 (0)