Files
2026-04-28 15:13:50 +02:00

48 lines
2.2 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitcc44b9eb8314d7f5261193c675719962
{
public static $prefixLengthsPsr4 = array (
'A' =>
array (
'AIOSEO\\Plugin\\Addon\\IndexNow\\' => 29,
),
);
public static $prefixDirsPsr4 = array (
'AIOSEO\\Plugin\\Addon\\IndexNow\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static $classMap = array (
'AIOSEO\\Plugin\\Addon\\IndexNow\\Api\\Api' => __DIR__ . '/../..' . '/app/Api/Api.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Api\\PostsTerms' => __DIR__ . '/../..' . '/app/Api/PostsTerms.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Api\\Settings' => __DIR__ . '/../..' . '/app/Api/Settings.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\IndexNow' => __DIR__ . '/../..' . '/app/IndexNow.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Main\\Ping' => __DIR__ . '/../..' . '/app/Main/Ping.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Main\\Updates' => __DIR__ . '/../..' . '/app/Main/Updates.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Main\\Verify' => __DIR__ . '/../..' . '/app/Main/Verify.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Options\\Options' => __DIR__ . '/../..' . '/app/Options/Options.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Utils\\Cache' => __DIR__ . '/../..' . '/app/Utils/Cache.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Utils\\Helpers' => __DIR__ . '/../..' . '/app/Utils/Helpers.php',
'AIOSEO\\Plugin\\Addon\\IndexNow\\Utils\\InternalOptions' => __DIR__ . '/../..' . '/app/Utils/InternalOptions.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcc44b9eb8314d7f5261193c675719962::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcc44b9eb8314d7f5261193c675719962::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitcc44b9eb8314d7f5261193c675719962::$classMap;
}, null, ClassLoader::class);
}
}