__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 ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', '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); } }