22 lines
1.2 KiB
PHP
22 lines
1.2 KiB
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Api\\Api' => $baseDir . '/app/Api/Api.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Api\\PostsTerms' => $baseDir . '/app/Api/PostsTerms.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Api\\Settings' => $baseDir . '/app/Api/Settings.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\IndexNow' => $baseDir . '/app/IndexNow.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Main\\Ping' => $baseDir . '/app/Main/Ping.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Main\\Updates' => $baseDir . '/app/Main/Updates.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Main\\Verify' => $baseDir . '/app/Main/Verify.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Options\\Options' => $baseDir . '/app/Options/Options.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Utils\\Cache' => $baseDir . '/app/Utils/Cache.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Utils\\Helpers' => $baseDir . '/app/Utils/Helpers.php',
|
|
'AIOSEO\\Plugin\\Addon\\IndexNow\\Utils\\InternalOptions' => $baseDir . '/app/Utils/InternalOptions.php',
|
|
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
|
);
|