array ( 'OCA\\Profile\\' => 12, ), ); public static $prefixDirsPsr4 = array ( 'OCA\\Profile\\' => array ( 0 => __DIR__ . '/..' . '/../lib', ), ); public static $classMap = array ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'OCA\\Profile\\Controller\\ProfilePageController' => __DIR__ . '/..' . '/../lib/Controller/ProfilePageController.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitProfile::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitProfile::$prefixDirsPsr4; $loader->classMap = ComposerStaticInitProfile::$classMap; }, null, ClassLoader::class); } }