mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp.git
synced 2026-05-21 00:37:45 +08:00
28 lines
1.3 KiB
PHP
28 lines
1.3 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8990a86ca42b9adcd0f265283d0c5bd2
|
|
{
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'H2WP_Admin_Ajax' => __DIR__ . '/../..' . '/includes/class-h2wp-admin-ajax.php',
|
|
'H2WP_Admin_Page' => __DIR__ . '/../..' . '/includes/class-h2wp-admin-page.php',
|
|
'H2WP_Cache' => __DIR__ . '/../..' . '/includes/class-h2wp-cache.php',
|
|
'H2WP_GitHub_API' => __DIR__ . '/../..' . '/includes/class-h2wp-github-api.php',
|
|
'H2WP_Plugin_Installer' => __DIR__ . '/../..' . '/includes/class-h2wp-plugin-installer.php',
|
|
'H2WP_Plugin_Updater' => __DIR__ . '/../..' . '/includes/class-h2wp-plugin-updater.php',
|
|
'H2WP_Settings' => __DIR__ . '/../..' . '/includes/class-h2wp-settings.php',
|
|
'H2WP_Silent_Installer_Skin' => __DIR__ . '/../..' . '/includes/class-h2wp-silent-installer-skin.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->classMap = ComposerStaticInit8990a86ca42b9adcd0f265283d0c5bd2::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|