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