array ( 'Symfony\\Component\\Finder\\' => 25, ), 'G' => array ( 'Gregwar\\' => 8, ), ); public static $prefixDirsPsr4 = array ( 'Symfony\\Component\\Finder\\' => array ( 0 => __DIR__ . '/..' . '/symfony/finder', ), 'Gregwar\\' => array ( 0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar', ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitee6682223d81df2e680b8ac7236187b7::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitee6682223d81df2e680b8ac7236187b7::$prefixDirsPsr4; }, null, ClassLoader::class); } }