| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitdb12a73f1ea855fdcb35c00228f6126f |
| 8 |
{ |
| 9 |
public static $files = array ( |
| 10 |
'24583d3588ebda5228dd453cfaa070da' => __DIR__ . '/..' . '/ayecode/wp-font-awesome-settings/wp-font-awesome-settings.php', |
| 11 |
); |
| 12 |
|
| 13 |
public static $prefixLengthsPsr4 = array ( |
| 14 |
'C' => |
| 15 |
array ( |
| 16 |
'Composer\\Installers\\' => 20, |
| 17 |
), |
| 18 |
); |
| 19 |
|
| 20 |
public static $prefixDirsPsr4 = array ( |
| 21 |
'Composer\\Installers\\' => |
| 22 |
array ( |
| 23 |
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers', |
| 24 |
), |
| 25 |
); |
| 26 |
|
| 27 |
public static $classMap = array ( |
| 28 |
'WP_Super_Duper' => __DIR__ . '/..' . '/ayecode/wp-super-duper/wp-super-duper.php', |
| 29 |
); |
| 30 |
|
| 31 |
public static function getInitializer(ClassLoader $loader) |
| 32 |
{ |
| 33 |
return \Closure::bind(function () use ($loader) { |
| 34 |
$loader->prefixLengthsPsr4 = ComposerStaticInitdb12a73f1ea855fdcb35c00228f6126f::$prefixLengthsPsr4; |
| 35 |
$loader->prefixDirsPsr4 = ComposerStaticInitdb12a73f1ea855fdcb35c00228f6126f::$prefixDirsPsr4; |
| 36 |
$loader->classMap = ComposerStaticInitdb12a73f1ea855fdcb35c00228f6126f::$classMap; |
| 37 |
|
| 38 |
}, null, ClassLoader::class); |
| 39 |
} |
| 40 |
} |
| 41 |
|