first commit
This commit is contained in:
37
modules/welcome/vendor/composer/autoload_static.php
vendored
Normal file
37
modules/welcome/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user