Files
app/dist/vendor/composer/autoload_static.php
2026-03-13 09:23:35 +01:00

58 lines
1.6 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit5255fe0b54f24136282f21e9d656d9f2
{
public static $prefixLengthsPsr4 = array (
'c' =>
array (
'chillerlan\\Settings\\' => 20,
'chillerlan\\QRCode\\' => 18,
),
'R' =>
array (
'RobThree\\Auth\\' => 14,
),
'F' =>
array (
'Firebase\\JWT\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'chillerlan\\Settings\\' =>
array (
0 => __DIR__ . '/..' . '/chillerlan/php-settings-container/src',
),
'chillerlan\\QRCode\\' =>
array (
0 => __DIR__ . '/..' . '/chillerlan/php-qrcode/src',
),
'RobThree\\Auth\\' =>
array (
0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
),
'Firebase\\JWT\\' =>
array (
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5255fe0b54f24136282f21e9d656d9f2::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5255fe0b54f24136282f21e9d656d9f2::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5255fe0b54f24136282f21e9d656d9f2::$classMap;
}, null, ClassLoader::class);
}
}