| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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 (
- 'G' =>
- array (
- 'Grav\\Plugin\\Login\\' => 18,
- ),
- 'B' =>
- array (
- 'Birke\\' => 6,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Grav\\Plugin\\Login\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/classes',
- ),
- 'Birke\\' =>
- array (
- 0 => __DIR__ . '/..' . '/birke/rememberme/src',
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|