2023-02-27 07:00:35 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2023-04-13 16:44:38 +00:00
|
|
|
class ComposerAutoloaderInitce41dc6e38789c9f43c485905030864d
|
2023-02-27 07:00:35 +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;
|
|
|
|
}
|
|
|
|
|
|
|
|
require __DIR__ . '/platform_check.php';
|
|
|
|
|
2023-04-13 16:44:38 +00:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInitce41dc6e38789c9f43c485905030864d', 'loadClassLoader'), true, true);
|
2023-02-27 07:00:35 +00:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2023-04-13 16:44:38 +00:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInitce41dc6e38789c9f43c485905030864d', 'loadClassLoader'));
|
2023-02-27 07:00:35 +00:00
|
|
|
|
|
|
|
require __DIR__ . '/autoload_static.php';
|
2023-04-13 16:44:38 +00:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInitce41dc6e38789c9f43c485905030864d::getInitializer($loader));
|
2023-02-27 07:00:35 +00:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
2023-04-13 16:44:38 +00:00
|
|
|
$filesToLoad = \Composer\Autoload\ComposerStaticInitce41dc6e38789c9f43c485905030864d::$files;
|
2023-02-27 07:00:35 +00:00
|
|
|
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
|
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
|
|
|
|
|
|
|
require $file;
|
|
|
|
}
|
|
|
|
}, null, null);
|
|
|
|
foreach ($filesToLoad as $fileIdentifier => $file) {
|
|
|
|
$requireFile($fileIdentifier, $file);
|
|
|
|
}
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|