0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-05 14:30:48 +00:00
nextcloud_server/apps/profile/composer/composer/autoload_static.php
skjnldsv b15fdfd40e chore(profile): move profile app from core to apps
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-14 10:25:02 +01:00

37 lines
1.1 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitProfile
{
public static $prefixLengthsPsr4 = array (
'O' =>
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);
}
}