37 lines
1.1 KiB
PHP
Executable File
37 lines
1.1 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit487bda5860f2ea416ef2181e18c0fcbf
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'G' =>
|
|
array (
|
|
'Grav\\Plugin\\AdminAddonMediaMetadata\\' => 36,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Grav\\Plugin\\AdminAddonMediaMetadata\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/classes',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Grav\\Plugin\\AdminAddonMediaMetadataPlugin' => __DIR__ . '/../..' . '/admin-addon-media-metadata.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit487bda5860f2ea416ef2181e18c0fcbf::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit487bda5860f2ea416ef2181e18c0fcbf::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit487bda5860f2ea416ef2181e18c0fcbf::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|