| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload_real.php @generated by Composer |
| 4 | 4 | |
| 5 | -class ComposerAutoloaderInitc21036b33b232f157458b22cbd73c961 | |
| 5 | +class ComposerAutoloaderInit9c2f489713ee3c270bae3f731d01fae5 | |
| 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('ComposerAutoloaderInitc21036b33b232f157458b22cbd73c961', 'loadClassLoader'), true, true); | |
| 22 | + spl_autoload_register(array('ComposerAutoloaderInit9c2f489713ee3c270bae3f731d01fae5', 'loadClassLoader'), true, true); | |
| 23 | 23 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(); |
| 24 | - spl_autoload_unregister(array('ComposerAutoloaderInitc21036b33b232f157458b22cbd73c961', 'loadClassLoader')); | |
| 24 | + spl_autoload_unregister(array('ComposerAutoloaderInit9c2f489713ee3c270bae3f731d01fae5', 'loadClassLoader')); | |
| 25 | 25 | |
| 26 | 26 | $map = require __DIR__ . '/autoload_namespaces.php'; |
| 27 | 27 | foreach ($map as $namespace => $path) { |
| 28 | 28 | $loader->set($namespace, $path); |
| @@ -41,9 +41,9 @@ | ||
| 41 | 41 | $loader->register(true); |
| 42 | 42 | |
| 43 | 43 | $includeFiles = require __DIR__ . '/autoload_files.php'; |
| 44 | 44 | foreach ($includeFiles as $fileIdentifier => $file) { |
| 45 | - composerRequirec21036b33b232f157458b22cbd73c961($fileIdentifier, $file); | |
| 45 | + composerRequire9c2f489713ee3c270bae3f731d01fae5($fileIdentifier, $file); | |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | return $loader; |
| 49 | 49 | } |
| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | return $loader; |
| 49 | 49 | } |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | -function composerRequirec21036b33b232f157458b22cbd73c961($fileIdentifier, $file) | |
| 52 | +function composerRequire9c2f489713ee3c270bae3f731d01fae5($fileIdentifier, $file) | |
| 53 | 53 | { |
| 54 | 54 | if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
| 55 | 55 | require $file; |
| 56 | 56 | |