| @@ -32,19 +32,7 @@ | ||
| 32 | 32 | call_user_func(\Composer\Autoload\ComposerStaticIniteca8ca06891d3b01861d0d9b6baca877::getInitializer($loader)); |
| 33 | 33 | |
| 34 | 34 | $loader->register(true); |
| 35 | 35 | |
| 36 | - $filesToLoad = \Composer\Autoload\ComposerStaticIniteca8ca06891d3b01861d0d9b6baca877::$files; | |
| 37 | - $requireFile = 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 | - }; | |
| 44 | - foreach ($filesToLoad as $fileIdentifier => $file) { | |
| 45 | - ($requireFile)($fileIdentifier, $file); | |
| 46 | - } | |
| 47 | - | |
| 48 | 36 | return $loader; |
| 49 | 37 | } |
| 50 | 38 | } |