Update autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
26073eac0c
commit
2c9fd794b8
|
@ -222,7 +222,6 @@ return array(
|
|||
'OCP\\IUserManager' => $baseDir . '/lib/public/IUserManager.php',
|
||||
'OCP\\IUserSession' => $baseDir . '/lib/public/IUserSession.php',
|
||||
'OCP\\Image' => $baseDir . '/lib/public/Image.php',
|
||||
'OCP\\JSON' => $baseDir . '/lib/public/JSON.php',
|
||||
'OCP\\L10N\\IFactory' => $baseDir . '/lib/public/L10N/IFactory.php',
|
||||
'OCP\\LDAP\\IDeletionFlagSupport' => $baseDir . '/lib/public/LDAP/IDeletionFlagSupport.php',
|
||||
'OCP\\LDAP\\ILDAPProvider' => $baseDir . '/lib/public/LDAP/ILDAPProvider.php',
|
||||
|
|
|
@ -252,7 +252,6 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
|
|||
'OCP\\IUserManager' => __DIR__ . '/../../..' . '/lib/public/IUserManager.php',
|
||||
'OCP\\IUserSession' => __DIR__ . '/../../..' . '/lib/public/IUserSession.php',
|
||||
'OCP\\Image' => __DIR__ . '/../../..' . '/lib/public/Image.php',
|
||||
'OCP\\JSON' => __DIR__ . '/../../..' . '/lib/public/JSON.php',
|
||||
'OCP\\L10N\\IFactory' => __DIR__ . '/../../..' . '/lib/public/L10N/IFactory.php',
|
||||
'OCP\\LDAP\\IDeletionFlagSupport' => __DIR__ . '/../../..' . '/lib/public/LDAP/IDeletionFlagSupport.php',
|
||||
'OCP\\LDAP\\ILDAPProvider' => __DIR__ . '/../../..' . '/lib/public/LDAP/ILDAPProvider.php',
|
||||
|
|
Loading…
Reference in New Issue