44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit77859a16ec599404820631ac421b3057
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'T' =>
|
|
array (
|
|
'Tribe\\Events\\' => 13,
|
|
'TEC\\Events\\' => 11,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Tribe\\Events\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/Tribe',
|
|
),
|
|
'TEC\\Events\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/Events',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Tribe__Events__Main_Deprecated' => __DIR__ . '/../..' . '/src/deprecated/Traits/Tribe__Events__Main_Deprecated.php',
|
|
'Tribe__Events__Query_Deprecated' => __DIR__ . '/../..' . '/src/deprecated/Traits/Tribe__Events__Query_Deprecated.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit77859a16ec599404820631ac421b3057::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit77859a16ec599404820631ac421b3057::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit77859a16ec599404820631ac421b3057::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|