mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-29 10:00:49 +08:00
Agent-Logs-Url: https://github.com/djav1985/v-wordpress-plugin-updater/sessions/9f3a7e0f-e5a9-42b5-beb5-4f8edd29adf4 Co-authored-by: djav1985 <174835544+djav1985@users.noreply.github.com>
41 lines
1.2 KiB
PHP
41 lines
1.2 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit950c0b236062062c4af03838aa1f6e54
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'V' =>
|
|
array (
|
|
'VWPU\\Services\\' => 14,
|
|
'VWPU\\Helpers\\' => 13,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'VWPU\\Services\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/services',
|
|
),
|
|
'VWPU\\Helpers\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/helpers',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit950c0b236062062c4af03838aa1f6e54::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit950c0b236062062c4af03838aa1f6e54::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit950c0b236062062c4af03838aa1f6e54::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|