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); } }