fixup! Add fix response
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
a9fa220e68
commit
dc6ff14ca0
|
@ -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',
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue