2021-05-10 00:23:30 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2024-12-31 10:01:10 +00:00
|
|
|
class ComposerAutoloaderInit4fb50f2d4af661ecee2245f9ff725125
|
2021-05-10 00:23:30 +00:00
|
|
|
{
|
|
|
|
private static $loader;
|
|
|
|
|
|
|
|
public static function loadClassLoader($class)
|
|
|
|
{
|
|
|
|
if ('Composer\Autoload\ClassLoader' === $class) {
|
|
|
|
require __DIR__ . '/ClassLoader.php';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @return \Composer\Autoload\ClassLoader
|
|
|
|
*/
|
|
|
|
public static function getLoader()
|
|
|
|
{
|
|
|
|
if (null !== self::$loader) {
|
|
|
|
return self::$loader;
|
|
|
|
}
|
|
|
|
|
2024-12-31 10:01:10 +00:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInit4fb50f2d4af661ecee2245f9ff725125', 'loadClassLoader'), true, true);
|
2022-05-26 22:07:22 +00:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2024-12-31 10:01:10 +00:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInit4fb50f2d4af661ecee2245f9ff725125', 'loadClassLoader'));
|
2021-05-10 00:23:30 +00:00
|
|
|
|
2022-05-26 22:07:22 +00:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
2024-12-31 10:01:10 +00:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInit4fb50f2d4af661ecee2245f9ff725125::getInitializer($loader));
|
2021-05-10 00:23:30 +00:00
|
|
|
|
|
|
|
$loader->setClassMapAuthoritative(true);
|
|
|
|
$loader->register(true);
|
|
|
|
|
2024-12-31 10:01:10 +00:00
|
|
|
$filesToLoad = \Composer\Autoload\ComposerStaticInit4fb50f2d4af661ecee2245f9ff725125::$files;
|
2023-02-04 14:07:22 +00:00
|
|
|
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
|
2022-12-20 14:53:37 +00:00
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
|
|
|
|
|
|
|
require $file;
|
|
|
|
}
|
2023-02-04 14:07:22 +00:00
|
|
|
}, null, null);
|
2022-12-20 14:53:37 +00:00
|
|
|
foreach ($filesToLoad as $fileIdentifier => $file) {
|
2023-02-04 14:07:22 +00:00
|
|
|
$requireFile($fileIdentifier, $file);
|
2021-05-10 00:23:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|