|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
|
|
-class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
|
|
|
+class ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b
|
|
|
{
|
|
|
private static $loader;
|
|
|
|
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
|
|
|
return self::$loader;
|
|
|
}
|
|
|
|
|
|
- spl_autoload_register(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'), true, true);
|
|
|
+ spl_autoload_register(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'), true, true);
|
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
|
|
- spl_autoload_unregister(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'));
|
|
|
+ spl_autoload_unregister(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'));
|
|
|
|
|
|
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
|
|
if ($useStaticLoader) {
|
|
|
require_once __DIR__ . '/autoload_static.php';
|
|
|
|
|
|
- call_user_func(\Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::getInitializer($loader));
|
|
|
+ call_user_func(\Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::getInitializer($loader));
|
|
|
} else {
|
|
|
$map = require __DIR__ . '/autoload_namespaces.php';
|
|
|
foreach ($map as $namespace => $path) {
|
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
|
|
|
$loader->register(true);
|
|
|
|
|
|
if ($useStaticLoader) {
|
|
|
- $includeFiles = Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$files;
|
|
|
+ $includeFiles = Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$files;
|
|
|
} else {
|
|
|
$includeFiles = require __DIR__ . '/autoload_files.php';
|
|
|
}
|
|
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
|
|
- composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file);
|
|
|
+ composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file);
|
|
|
}
|
|
|
|
|
|
return $loader;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-function composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file)
|
|
|
+function composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file)
|
|
|
{
|
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
require $file;
|