| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366
- {
- public static $files = array (
- '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'R' =>
- array (
- 'RobThree\\Auth\\' => 14,
- ),
- 'G' =>
- array (
- 'Grav\\Plugin\\Login\\' => 18,
- 'Grav\\Plugin\\Console\\' => 20,
- ),
- 'B' =>
- array (
- 'Birke\\' => 6,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'RobThree\\Auth\\' =>
- array (
- 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
- ),
- 'Grav\\Plugin\\Login\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/classes',
- ),
- 'Grav\\Plugin\\Console\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/cli',
- ),
- 'Birke\\' =>
- array (
- 0 => __DIR__ . '/..' . '/birke/rememberme/src',
- ),
- );
- public static $prefixesPsr0 = array (
- 'B' =>
- array (
- 'BaconQrCode' =>
- array (
- 0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
- ),
- ),
- );
- public static $classMap = array (
- 'Grav\\Plugin\\LoginPlugin' => __DIR__ . '/../..' . '/login.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixesPsr0;
- $loader->classMap = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$classMap;
- }, null, ClassLoader::class);
- }
- }
|