31 lines
763 B
PHP
31 lines
763 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitd0872984a1db7aa104ae1184a3170d3e
|
|
{
|
|
public static $prefixesPsr0 = array (
|
|
'G' =>
|
|
array (
|
|
'Gregwar\\Image' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/gregwar/image',
|
|
),
|
|
'Gregwar\\Cache' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/gregwar/cache',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixesPsr0 = ComposerStaticInitd0872984a1db7aa104ae1184a3170d3e::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|