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