2021-05-10 00:23:30 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2023-06-11 23:45:23 +00:00
|
|
|
class ComposerAutoloaderInita7bf0645c4b739fe79ebba87c714acc6
|
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;
|
|
|
|
}
|
|
|
|
|
2023-06-11 23:45:23 +00:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInita7bf0645c4b739fe79ebba87c714acc6', 'loadClassLoader'), true, true);
|
2022-05-26 22:07:22 +00:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2023-06-11 23:45:23 +00:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInita7bf0645c4b739fe79ebba87c714acc6', 'loadClassLoader'));
|
2021-05-10 00:23:30 +00:00
|
|
|
|
2022-05-26 22:07:22 +00:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
2023-06-11 23:45:23 +00:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInita7bf0645c4b739fe79ebba87c714acc6::getInitializer($loader));
|
2021-05-10 00:23:30 +00:00
|
|
|
|
|
|
|
$loader->setClassMapAuthoritative(true);
|
|
|
|
$loader->register(true);
|
|
|
|
|
2023-06-11 23:45:23 +00:00
|
|
|
$filesToLoad = \Composer\Autoload\ComposerStaticInita7bf0645c4b739fe79ebba87c714acc6::$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;
|
|
|
|
}
|
|
|
|
}
|