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