initial
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit9748fbf3ed414ef0379ad66d757de5d3
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'G' =>
|
||||
array (
|
||||
'GenerateCloud\\' => 14,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'GenerateCloud\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/includes',
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||||
'GenerateCloud\\Modules\\Dashboard' => __DIR__ . '/../..' . '/includes/Modules/Dashboard.php',
|
||||
'GenerateCloud\\Modules\\Module' => __DIR__ . '/../..' . '/includes/Modules/Module.php',
|
||||
'GenerateCloud\\Modules\\Post_Type' => __DIR__ . '/../..' . '/includes/Modules/Post_Type.php',
|
||||
'GenerateCloud\\Modules\\Rest_Api' => __DIR__ . '/../..' . '/includes/Modules/Rest_Api.php',
|
||||
'GenerateCloud\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php',
|
||||
'GenerateCloud\\Utils\\EDD_Updater' => __DIR__ . '/../..' . '/includes/Utils/EDD_Updater.php',
|
||||
'GenerateCloud\\Utils\\Functions' => __DIR__ . '/../..' . '/includes/Utils/Functions.php',
|
||||
'GenerateCloud\\Utils\\Singleton' => __DIR__ . '/../..' . '/includes/Utils/Singleton.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit9748fbf3ed414ef0379ad66d757de5d3::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit9748fbf3ed414ef0379ad66d757de5d3::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInit9748fbf3ed414ef0379ad66d757de5d3::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user