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