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