55 lines
1.6 KiB
PHP
55 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit6693564509f9a3fa6ed2c7bf76fdb017
|
|
{
|
|
public static $files = array (
|
|
'290dd4ba42f11019134caca05dbefe3f' => __DIR__ . '/..' . '/teamtnt/tntsearch/helper/helpers.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'T' =>
|
|
array (
|
|
'TeamTNT\\TNTSearch\\' => 18,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'Grav\\Plugin\\TNTSearch\\' => 22,
|
|
'Grav\\Plugin\\Console\\' => 20,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'TeamTNT\\TNTSearch\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/teamtnt/tntsearch/src',
|
|
),
|
|
'Grav\\Plugin\\TNTSearch\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/classes',
|
|
),
|
|
'Grav\\Plugin\\Console\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/cli',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Grav\\Plugin\\TNTSearchPlugin' => __DIR__ . '/../..' . '/tntsearch.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit6693564509f9a3fa6ed2c7bf76fdb017::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit6693564509f9a3fa6ed2c7bf76fdb017::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit6693564509f9a3fa6ed2c7bf76fdb017::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|