| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload_real.php @generated by Composer |
| 4 | 4 | |
| 5 | -class ComposerAutoloaderInitb1c4972cf7a69e915c83661005512e70 | |
| 5 | +class ComposerAutoloaderInitbc52507a293ed5ff01d464499d5522c3 | |
| 6 | 6 | { |
| 7 | 7 | private static $loader; |
| 8 | 8 | |
| 9 | 9 | public static function loadClassLoader($class) |
| @@ -23,28 +23,35 @@ | ||
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | require __DIR__ . '/platform_check.php'; |
| 26 | 26 | |
| 27 | - spl_autoload_register(array('ComposerAutoloaderInitb1c4972cf7a69e915c83661005512e70', 'loadClassLoader'), true, true); | |
| 27 | + spl_autoload_register(array('ComposerAutoloaderInitbc52507a293ed5ff01d464499d5522c3', 'loadClassLoader'), true, true); | |
| 28 | 28 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); |
| 29 | - spl_autoload_unregister(array('ComposerAutoloaderInitb1c4972cf7a69e915c83661005512e70', 'loadClassLoader')); | |
| 29 | + spl_autoload_unregister(array('ComposerAutoloaderInitbc52507a293ed5ff01d464499d5522c3', 'loadClassLoader')); | |
| 30 | 30 | |
| 31 | 31 | require __DIR__ . '/autoload_static.php'; |
| 32 | - call_user_func(\Composer\Autoload\ComposerStaticInitb1c4972cf7a69e915c83661005512e70::getInitializer($loader)); | |
| 32 | + call_user_func(\Composer\Autoload\ComposerStaticInitbc52507a293ed5ff01d464499d5522c3::getInitializer($loader)); | |
| 33 | 33 | |
| 34 | 34 | $loader->register(true); |
| 35 | 35 | |
| 36 | - $filesToLoad = \Composer\Autoload\ComposerStaticInitb1c4972cf7a69e915c83661005512e70::$files; | |
| 37 | - $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { | |
| 38 | - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { | |
| 39 | - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; | |
| 40 | - | |
| 41 | - require $file; | |
| 42 | - } | |
| 43 | - }, null, null); | |
| 44 | - foreach ($filesToLoad as $fileIdentifier => $file) { | |
| 45 | - $requireFile($fileIdentifier, $file); | |
| 36 | + $includeFiles = \Composer\Autoload\ComposerStaticInitbc52507a293ed5ff01d464499d5522c3::$files; | |
| 37 | + foreach ($includeFiles as $fileIdentifier => $file) { | |
| 38 | + composerRequirebc52507a293ed5ff01d464499d5522c3($fileIdentifier, $file); | |
| 46 | 39 | } |
| 47 | 40 | |
| 48 | 41 | return $loader; |
| 42 | + } | |
| 43 | +} | |
| 44 | + | |
| 45 | +/** | |
| 46 | + * @param string $fileIdentifier | |
| 47 | + * @param string $file | |
| 48 | + * @return void | |
| 49 | + */ | |
| 50 | +function composerRequirebc52507a293ed5ff01d464499d5522c3($fileIdentifier, $file) | |
| 51 | +{ | |
| 52 | + if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { | |
| 53 | + $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; | |
| 54 | + | |
| 55 | + require $file; | |
| 49 | 56 | } |
| 50 | 57 | } |