mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 16:45:22 -04:00
chore(files_external): update autoload_classmap
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
af53e9ca06
commit
1121ae0838
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ return array(
|
|||
'OCA\\Files_External\\Lib\\Auth\\IUserProvided' => $baseDir . '/../lib/Lib/Auth/IUserProvided.php',
|
||||
'OCA\\Files_External\\Lib\\Auth\\InvalidAuth' => $baseDir . '/../lib/Lib/Auth/InvalidAuth.php',
|
||||
'OCA\\Files_External\\Lib\\Auth\\NullMechanism' => $baseDir . '/../lib/Lib/Auth/NullMechanism.php',
|
||||
'OCA\\Files_External\\Lib\\Auth\\OAuth1\\OAuth1' => $baseDir . '/../lib/Lib/Auth/OAuth1/OAuth1.php',
|
||||
'OCA\\Files_External\\Lib\\Auth\\OAuth2\\OAuth2' => $baseDir . '/../lib/Lib/Auth/OAuth2/OAuth2.php',
|
||||
'OCA\\Files_External\\Lib\\Auth\\OpenStack\\OpenStackV2' => $baseDir . '/../lib/Lib/Auth/OpenStack/OpenStackV2.php',
|
||||
'OCA\\Files_External\\Lib\\Auth\\OpenStack\\OpenStackV3' => $baseDir . '/../lib/Lib/Auth/OpenStack/OpenStackV3.php',
|
||||
|
|
|
|||
Loading…
Reference in a new issue