| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload_real.php @generated by Composer |
| 4 | 4 | |
| 5 | -class ComposerAutoloaderInit180b25c8cbb6e9bfbb510080413f14ee | |
| 5 | +class ComposerAutoloaderInit48a877d551bf6f2e924ff22c8fee44f1 | |
| 6 | 6 | { |
| 7 | 7 | private static $loader; |
| 8 | 8 | |
| 9 | 9 | public static function loadClassLoader($class) |
| @@ -18,11 +18,11 @@ | ||
| 18 | 18 | if (null !== self::$loader) { |
| 19 | 19 | return self::$loader; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | - spl_autoload_register(array('ComposerAutoloaderInit180b25c8cbb6e9bfbb510080413f14ee', 'loadClassLoader'), true, true); | |
| 22 | + spl_autoload_register(array('ComposerAutoloaderInit48a877d551bf6f2e924ff22c8fee44f1', 'loadClassLoader'), true, true); | |
| 23 | 23 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(); |
| 24 | - spl_autoload_unregister(array('ComposerAutoloaderInit180b25c8cbb6e9bfbb510080413f14ee', 'loadClassLoader')); | |
| 24 | + spl_autoload_unregister(array('ComposerAutoloaderInit48a877d551bf6f2e924ff22c8fee44f1', 'loadClassLoader')); | |
| 25 | 25 | |
| 26 | 26 | $map = require __DIR__ . '/autoload_namespaces.php'; |
| 27 | 27 | foreach ($map as $namespace => $path) { |
| 28 | 28 | $loader->set($namespace, $path); |
| @@ -39,21 +39,7 @@ | ||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | $loader->register(true); |
| 42 | 42 | |
| 43 | - $includeFiles = require __DIR__ . '/autoload_files.php'; | |
| 44 | - foreach ($includeFiles as $fileIdentifier => $file) { | |
| 45 | - composerRequire180b25c8cbb6e9bfbb510080413f14ee($fileIdentifier, $file); | |
| 46 | - } | |
| 47 | - | |
| 48 | 43 | return $loader; |
| 49 | - } | |
| 50 | -} | |
| 51 | - | |
| 52 | -function composerRequire180b25c8cbb6e9bfbb510080413f14ee($fileIdentifier, $file) | |
| 53 | -{ | |
| 54 | - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { | |
| 55 | - require $file; | |
| 56 | - | |
| 57 | - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; | |
| 58 | 44 | } |
| 59 | 45 | } |