first commit

This commit is contained in:
Mohamed Youssef
2026-03-25 16:15:28 +02:00
parent 9f49ed54ec
commit 8138eb509d
15 changed files with 1045 additions and 0 deletions

36
vendor/composer/autoload_real.php vendored Normal file
View File

@@ -0,0 +1,36 @@
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitb1bdf833bceef2830722532cf9615913
{
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;
}
spl_autoload_register(array('ComposerAutoloaderInitb1bdf833bceef2830722532cf9615913', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitb1bdf833bceef2830722532cf9615913', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitb1bdf833bceef2830722532cf9615913::getInitializer($loader));
$loader->register(true);
return $loader;
}
}