oont-contents/plugins/pre-orders-for-woocommerce/vendor/composer/autoload_static.php
2025-02-08 15:10:23 +01:00

50 lines
1.6 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit20f2ca26b6845a95a29b50631edbfe8f
{
public static $files = array (
'924db23af1845b20d457ec92b1dabbc3' => __DIR__ . '/../..' . '/includes/codestar-framework/codestar-framework.php',
);
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'Woocommerce_Preorders\\' => 22,
),
'A' =>
array (
'Appsero\\' => 8,
),
);
public static $prefixDirsPsr4 = array (
'Woocommerce_Preorders\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
'Appsero\\' =>
array (
0 => __DIR__ . '/..' . '/appsero/client/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'NS7_RDNC' => __DIR__ . '/..' . '/niloys7/remote-admin-notification-client/class-remote-notification-client.php',
'PAnD' => __DIR__ . '/..' . '/collizo4sky/persist-admin-notices-dismissal/persist-admin-notices-dismissal.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit20f2ca26b6845a95a29b50631edbfe8f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit20f2ca26b6845a95a29b50631edbfe8f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit20f2ca26b6845a95a29b50631edbfe8f::$classMap;
}, null, ClassLoader::class);
}
}