Skip to content

Commit d0e6094

Browse files
authored
Merge pull request #238 from pierrecorsini/patch-1
Wrong class name corrected with : `\OCA\UserExternal\WebDavAuth' inst…
2 parents 320c90c + 1aa72d7 commit d0e6094

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)