40 lines
1 KiB
PHP
40 lines
1 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// autoload_static.php @generated by Composer
|
||
|
|
|
||
|
|
namespace Composer\Autoload;
|
||
|
|
|
||
|
|
class ComposerStaticInitee6682223d81df2e680b8ac7236187b7
|
||
|
|
{
|
||
|
|
public static $prefixLengthsPsr4 = array (
|
||
|
|
'S' =>
|
||
|
|
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);
|
||
|
|
}
|
||
|
|
}
|