37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInit3ccdcd6f1ac1044c32372e7c5a66846a
|
||
|
{
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'G' =>
|
||
|
array (
|
||
|
'Grav\\Plugin\\Breadcrumbs\\' => 24,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'Grav\\Plugin\\Breadcrumbs\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/../..' . '/classes/plugin',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $classMap = array (
|
||
|
'Grav\\Plugin\\BreadcrumbsPlugin' => __DIR__ . '/../..' . '/breadcrumbs.php',
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInit3ccdcd6f1ac1044c32372e7c5a66846a::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInit3ccdcd6f1ac1044c32372e7c5a66846a::$prefixDirsPsr4;
|
||
|
$loader->classMap = ComposerStaticInit3ccdcd6f1ac1044c32372e7c5a66846a::$classMap;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|