kollapsminoriteten/wp-content/plugins/the-events-calendar/vendor/composer/autoload_static.php

44 lines
1.4 KiB
PHP
Raw Normal View History

2023-09-26 10:09:00 +02:00
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
2025-07-27 19:58:08 +02:00
class ComposerStaticInit77859a16ec599404820631ac421b3057
2023-09-26 10:09:00 +02:00
{
public static $prefixLengthsPsr4 = array (
2026-03-31 11:30:59 +02:00
'T' =>
2023-09-26 10:09:00 +02:00
array (
'Tribe\\Events\\' => 13,
'TEC\\Events\\' => 11,
),
);
public static $prefixDirsPsr4 = array (
2026-03-31 11:30:59 +02:00
'Tribe\\Events\\' =>
2023-09-26 10:09:00 +02:00
array (
0 => __DIR__ . '/../..' . '/src/Tribe',
),
2026-03-31 11:30:59 +02:00
'TEC\\Events\\' =>
2023-09-26 10:09:00 +02:00
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) {
2025-07-27 19:58:08 +02:00
$loader->prefixLengthsPsr4 = ComposerStaticInit77859a16ec599404820631ac421b3057::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit77859a16ec599404820631ac421b3057::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit77859a16ec599404820631ac421b3057::$classMap;
2023-09-26 10:09:00 +02:00
}, null, ClassLoader::class);
}
}