ComposerStaticInitaa475372d1afb7f112bf50e9b8859e3a
Contents
Source Source
File: libraries/lifterlms-cli/vendor/composer/autoload_static.php
class ComposerStaticInit16df5b8f40af5029c6e71d2c9e914805
{
public static $prefixLengthsPsr4 = array (
'L' =>
array (
'LifterLMS\\CLI\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'LifterLMS\\CLI\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit16df5b8f40af5029c6e71d2c9e914805::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit16df5b8f40af5029c6e71d2c9e914805::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit16df5b8f40af5029c6e71d2c9e914805::$classMap;
}, null, ClassLoader::class);
}
}
Expand full source code Collapse full source code View on GitHub