diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-02 08:14:18 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-02 08:14:18 +0200 |
commit | dc6ff14ca0233ae876d103191c76d2f729c94834 (patch) | |
tree | 67c0586a42be3e7f3f72d21003aeeef44d08c3f8 /lib/composer | |
parent | a9fa220e6824a76bbb8d4b65a9b80f25383cdee4 (diff) | |
download | nextcloud-server-dc6ff14ca0233ae876d103191c76d2f729c94834.tar.gz nextcloud-server-dc6ff14ca0233ae876d103191c76d2f729c94834.zip |
fixup! Add fix response
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/composer')
-rw-r--r-- | lib/composer/composer/autoload_static.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/composer/composer/autoload_static.php b/lib/composer/composer/autoload_static.php index 257efa3d932..544cedba124 100644 --- a/lib/composer/composer/autoload_static.php +++ b/lib/composer/composer/autoload_static.php @@ -7,7 +7,7 @@ namespace Composer\Autoload; class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c { public static $prefixLengthsPsr4 = array ( - 'O' => + 'O' => array ( 'OC\\Settings\\' => 12, 'OC\\Core\\' => 8, @@ -17,19 +17,19 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c ); public static $prefixDirsPsr4 = array ( - 'OC\\Settings\\' => + 'OC\\Settings\\' => array ( 0 => __DIR__ . '/../../..' . '/settings', ), - 'OC\\Core\\' => + 'OC\\Core\\' => array ( 0 => __DIR__ . '/../../..' . '/core', ), - 'OC\\' => + 'OC\\' => array ( 0 => __DIR__ . '/../../..' . '/lib/private', ), - 'OCP\\' => + 'OCP\\' => array ( 0 => __DIR__ . '/../../..' . '/lib/public', ), |