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