38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitad0e1523b9963d412deeb25eb4a8cad6
|
|
{
|
|
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 = ComposerStaticInitad0e1523b9963d412deeb25eb4a8cad6::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitad0e1523b9963d412deeb25eb4a8cad6::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitad0e1523b9963d412deeb25eb4a8cad6::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|