oont-contents/plugins/woo-discount-rules/v2/vendor/composer/autoload_static.php
2025-02-08 15:10:23 +01:00

108 lines
3.5 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitb26774babe120ce349f623d822f037ab
{
public static $files = array (
'52ab8b90299e32df8cd74ce31d0f5a46' => __DIR__ . '/../..' . '/App/Helpers/ProOptions.php',
);
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'Wdr\\App\\Views\\Admin\\Rules\\Template\\' => 35,
'Wdr\\App\\Views\\Admin\\Rules\\Filters\\' => 34,
'Wdr\\App\\Views\\Admin\\Rules\\Condition\\' => 36,
'Wdr\\App\\Views\\Admin\\Rules\\CartAdjustments\\' => 42,
'Wdr\\App\\Views\\Admin\\Rules\\' => 26,
'Wdr\\App\\Views\\Admin\\' => 20,
'Wdr\\App\\Views\\' => 14,
'Wdr\\App\\Models\\' => 15,
'Wdr\\App\\Helpers\\' => 16,
'Wdr\\App\\Controllers\\' => 20,
'Wdr\\App\\Conditions\\' => 19,
'Wdr\\App\\' => 8,
'Wdr\\' => 4,
),
'V' =>
array (
'Valitron\\' => 9,
),
);
public static $prefixDirsPsr4 = array (
'Wdr\\App\\Views\\Admin\\Rules\\Template\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views/Admin/Rules/Template',
),
'Wdr\\App\\Views\\Admin\\Rules\\Filters\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views/Admin/Rules/Filters',
),
'Wdr\\App\\Views\\Admin\\Rules\\Condition\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views/Admin/Rules/Condition',
),
'Wdr\\App\\Views\\Admin\\Rules\\CartAdjustments\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views/Admin/Rules/CartAdjustments',
),
'Wdr\\App\\Views\\Admin\\Rules\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views/Admin/Rules',
),
'Wdr\\App\\Views\\Admin\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views/Admin',
),
'Wdr\\App\\Views\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Views',
),
'Wdr\\App\\Models\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Models',
),
'Wdr\\App\\Helpers\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Helpers',
),
'Wdr\\App\\Controllers\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Controllers',
),
'Wdr\\App\\Conditions\\' =>
array (
0 => __DIR__ . '/../..' . '/App/Conditions',
),
'Wdr\\App\\' =>
array (
0 => __DIR__ . '/../..' . '/App',
),
'Wdr\\' =>
array (
0 => __DIR__ . '/../..' . '/',
),
'Valitron\\' =>
array (
0 => __DIR__ . '/..' . '/vlucas/valitron/src/Valitron',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb26774babe120ce349f623d822f037ab::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb26774babe120ce349f623d822f037ab::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb26774babe120ce349f623d822f037ab::$classMap;
}, null, ClassLoader::class);
}
}