48 lines
1.7 KiB
PHP
48 lines
1.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit193ebc5f8cfd2ced88629cd5adb71c3d
|
|
{
|
|
public static $files = array (
|
|
'b527efd6fba11e5e9e79a601b7d84911' => __DIR__ . '/..' . '/codeinwp/themeisle-sdk/load.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'R' =>
|
|
array (
|
|
'Raft\\' => 5,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Raft\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/inc',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Raft\\Admin' => __DIR__ . '/../..' . '/inc/Admin.php',
|
|
'Raft\\Assets_Manager' => __DIR__ . '/../..' . '/inc/Assets_Manager.php',
|
|
'Raft\\Block_Patterns' => __DIR__ . '/../..' . '/inc/Block_Patterns.php',
|
|
'Raft\\Block_Styles' => __DIR__ . '/../..' . '/inc/Block_Styles.php',
|
|
'Raft\\Constants' => __DIR__ . '/../..' . '/inc/Constants.php',
|
|
'Raft\\Core' => __DIR__ . '/../..' . '/inc/Core.php',
|
|
'Raft\\Starter_Content' => __DIR__ . '/../..' . '/inc/Starter_Content.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit193ebc5f8cfd2ced88629cd5adb71c3d::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit193ebc5f8cfd2ced88629cd5adb71c3d::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit193ebc5f8cfd2ced88629cd5adb71c3d::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|