38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitfc1d7270613cb2e9688f57ffc907b8e5
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'O' =>
|
|
array (
|
|
'OnBoarding\\' => 11,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'OnBoarding\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/OnBoarding',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'OnBoarding\\Configuration' => __DIR__ . '/../..' . '/OnBoarding/Configuration.php',
|
|
'OnBoarding\\OnBoarding' => __DIR__ . '/../..' . '/OnBoarding/OnBoarding.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitfc1d7270613cb2e9688f57ffc907b8e5::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitfc1d7270613cb2e9688f57ffc907b8e5::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitfc1d7270613cb2e9688f57ffc907b8e5::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|