| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7 |
| 8 |
{ |
| 9 |
public static $files = array ( |
| 10 |
'8d50dc88e56bace65e1e72f6017983ed' => __DIR__ . '/..' . '/freemius/wordpress-sdk/start.php', |
| 11 |
); |
| 12 |
|
| 13 |
public static $prefixLengthsPsr4 = array ( |
| 14 |
'F' => |
| 15 |
array ( |
| 16 |
'Forumax\\' => 8, |
| 17 |
), |
| 18 |
); |
| 19 |
|
| 20 |
public static $prefixDirsPsr4 = array ( |
| 21 |
'Forumax\\' => |
| 22 |
array ( |
| 23 |
0 => __DIR__ . '/../..' . '/includes', |
| 24 |
), |
| 25 |
); |
| 26 |
|
| 27 |
public static $classMap = array ( |
| 28 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 29 |
); |
| 30 |
|
| 31 |
public static function getInitializer(ClassLoader $loader) |
| 32 |
{ |
| 33 |
return \Closure::bind(function () use ($loader) { |
| 34 |
$loader->prefixLengthsPsr4 = ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7::$prefixLengthsPsr4; |
| 35 |
$loader->prefixDirsPsr4 = ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7::$prefixDirsPsr4; |
| 36 |
$loader->classMap = ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7::$classMap; |
| 37 |
|
| 38 |
}, null, ClassLoader::class); |
| 39 |
} |
| 40 |
} |
| 41 |
|