| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload_real.php @generated by Composer |
| 4 | 4 | |
| 5 | -class ComposerAutoloaderInit4c5f4bb91e91f4c5c281cf523c567836 | |
| 5 | +class ComposerAutoloaderInit06b4082f675ef419e0a31554db6464cf | |
| 6 | 6 | { |
| 7 | 7 | private static $loader; |
| 8 | 8 | |
| 9 | 9 | public static function loadClassLoader($class) |
| @@ -21,17 +21,17 @@ | ||
| 21 | 21 | if (null !== self::$loader) { |
| 22 | 22 | return self::$loader; |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | - spl_autoload_register(array('ComposerAutoloaderInit4c5f4bb91e91f4c5c281cf523c567836', 'loadClassLoader'), true, true); | |
| 25 | + spl_autoload_register(array('ComposerAutoloaderInit06b4082f675ef419e0a31554db6464cf', 'loadClassLoader'), true, true); | |
| 26 | 26 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(); |
| 27 | - spl_autoload_unregister(array('ComposerAutoloaderInit4c5f4bb91e91f4c5c281cf523c567836', 'loadClassLoader')); | |
| 27 | + spl_autoload_unregister(array('ComposerAutoloaderInit06b4082f675ef419e0a31554db6464cf', 'loadClassLoader')); | |
| 28 | 28 | |
| 29 | 29 | $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
| 30 | 30 | if ($useStaticLoader) { |
| 31 | 31 | require_once __DIR__ . '/autoload_static.php'; |
| 32 | 32 | |
| 33 | - call_user_func(\Composer\Autoload\ComposerStaticInit4c5f4bb91e91f4c5c281cf523c567836::getInitializer($loader)); | |
| 33 | + call_user_func(\Composer\Autoload\ComposerStaticInit06b4082f675ef419e0a31554db6464cf::getInitializer($loader)); | |
| 34 | 34 | } else { |
| 35 | 35 | $map = require __DIR__ . '/autoload_namespaces.php'; |
| 36 | 36 | foreach ($map as $namespace => $path) { |
| 37 | 37 | $loader->set($namespace, $path); |
| @@ -50,14 +50,14 @@ | ||
| 50 | 50 | |
| 51 | 51 | $loader->register(true); |
| 52 | 52 | |
| 53 | 53 | if ($useStaticLoader) { |
| 54 | - $includeFiles = Composer\Autoload\ComposerStaticInit4c5f4bb91e91f4c5c281cf523c567836::$files; | |
| 54 | + $includeFiles = Composer\Autoload\ComposerStaticInit06b4082f675ef419e0a31554db6464cf::$files; | |
| 55 | 55 | } else { |
| 56 | 56 | $includeFiles = require __DIR__ . '/autoload_files.php'; |
| 57 | 57 | } |
| 58 | 58 | foreach ($includeFiles as $fileIdentifier => $file) { |
| 59 | - composerRequire4c5f4bb91e91f4c5c281cf523c567836($fileIdentifier, $file); | |
| 59 | + composerRequire06b4082f675ef419e0a31554db6464cf($fileIdentifier, $file); | |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | return $loader; |
| 63 | 63 | } |
| @@ -62,9 +62,9 @@ | ||
| 62 | 62 | return $loader; |
| 63 | 63 | } |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | -function composerRequire4c5f4bb91e91f4c5c281cf523c567836($fileIdentifier, $file) | |
| 66 | +function composerRequire06b4082f675ef419e0a31554db6464cf($fileIdentifier, $file) | |
| 67 | 67 | { |
| 68 | 68 | if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
| 69 | 69 | require $file; |
| 70 | 70 | |