| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9 |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'U' => |
| 11 |
array ( |
| 12 |
'UninstallerForm\\' => 16, |
| 13 |
), |
| 14 |
'A' => |
| 15 |
array ( |
| 16 |
'Arraytics\\ToolsSdk\\' => 19, |
| 17 |
), |
| 18 |
); |
| 19 |
|
| 20 |
public static $prefixDirsPsr4 = array ( |
| 21 |
'UninstallerForm\\' => |
| 22 |
array ( |
| 23 |
0 => __DIR__ . '/..' . '/themewinter/uninstaller_form/src', |
| 24 |
), |
| 25 |
'Arraytics\\ToolsSdk\\' => |
| 26 |
array ( |
| 27 |
0 => __DIR__ . '/..' . '/arraytics/tools-sdk/src', |
| 28 |
), |
| 29 |
); |
| 30 |
|
| 31 |
public static $classMap = array ( |
| 32 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 33 |
); |
| 34 |
|
| 35 |
public static function getInitializer(ClassLoader $loader) |
| 36 |
{ |
| 37 |
return \Closure::bind(function () use ($loader) { |
| 38 |
$loader->prefixLengthsPsr4 = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$prefixLengthsPsr4; |
| 39 |
$loader->prefixDirsPsr4 = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$prefixDirsPsr4; |
| 40 |
$loader->classMap = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$classMap; |
| 41 |
|
| 42 |
}, null, ClassLoader::class); |
| 43 |
} |
| 44 |
} |
| 45 |
|