aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/composer/composer/autoload_static.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federatedfilesharing/composer/composer/autoload_static.php')
-rw-r--r--apps/federatedfilesharing/composer/composer/autoload_static.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/federatedfilesharing/composer/composer/autoload_static.php b/apps/federatedfilesharing/composer/composer/autoload_static.php
index 27aef5ca19e..95b8775384c 100644
--- a/apps/federatedfilesharing/composer/composer/autoload_static.php
+++ b/apps/federatedfilesharing/composer/composer/autoload_static.php
@@ -6,8 +6,11 @@ namespace Composer\Autoload;
class ComposerStaticInitFederatedFileSharing
{
- public static $firstCharsPsr4 = array (
- 'O' => true,
+ public static $prefixLengthsPsr4 = array (
+ 'O' =>
+ array (
+ 'OCA\\FederatedFileSharing\\' => 25,
+ ),
);
public static $prefixDirsPsr4 = array (
@@ -35,7 +38,7 @@ class ComposerStaticInitFederatedFileSharing
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
- $loader->firstCharsPsr4 = ComposerStaticInitFederatedFileSharing::$firstCharsPsr4;
+ $loader->prefixLengthsPsr4 = ComposerStaticInitFederatedFileSharing::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitFederatedFileSharing::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitFederatedFileSharing::$classMap;