2022-06-17 17:51:59 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
2025-04-21 18:57:21 +02:00
|
|
|
class ComposerAutoloaderInit0bf5c8a9cfa251a218fc581ac888fe35
|
2022-06-17 17:51:59 +02: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;
|
|
|
|
}
|
|
|
|
|
2025-04-21 18:57:21 +02:00
|
|
|
spl_autoload_register(array('ComposerAutoloaderInit0bf5c8a9cfa251a218fc581ac888fe35', 'loadClassLoader'), true, true);
|
2022-08-31 15:02:43 +02:00
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
2025-04-21 18:57:21 +02:00
|
|
|
spl_autoload_unregister(array('ComposerAutoloaderInit0bf5c8a9cfa251a218fc581ac888fe35', 'loadClassLoader'));
|
2022-06-17 17:51:59 +02:00
|
|
|
|
2022-08-31 15:02:43 +02:00
|
|
|
require __DIR__ . '/autoload_static.php';
|
2025-04-21 18:57:21 +02:00
|
|
|
call_user_func(\Composer\Autoload\ComposerStaticInit0bf5c8a9cfa251a218fc581ac888fe35::getInitializer($loader));
|
2022-06-17 17:51:59 +02:00
|
|
|
|
|
|
|
$loader->register(true);
|
|
|
|
|
2025-04-21 18:57:21 +02:00
|
|
|
$filesToLoad = \Composer\Autoload\ComposerStaticInit0bf5c8a9cfa251a218fc581ac888fe35::$files;
|
2023-04-14 16:34:06 +02: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);
|
2022-06-17 17:51:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
return $loader;
|
|
|
|
}
|
|
|
|
}
|