updated plugin Menu Icons
version 0.12.4
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08
|
||||
class ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@ -19,9 +19,9 @@ class ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08
|
||||
return self::$loader;
|
||||
}
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1', 'loadClassLoader'));
|
||||
|
||||
$map = require __DIR__ . '/autoload_namespaces.php';
|
||||
foreach ($map as $namespace => $path) {
|
||||
@ -42,14 +42,14 @@ class ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08
|
||||
|
||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||
composerRequire873bebd9231b7541fb9e78cc3bcf3a08($fileIdentifier, $file);
|
||||
composerRequire71c9918e9dc7700df7d673a6b588baa1($fileIdentifier, $file);
|
||||
}
|
||||
|
||||
return $loader;
|
||||
}
|
||||
}
|
||||
|
||||
function composerRequire873bebd9231b7541fb9e78cc3bcf3a08($fileIdentifier, $file)
|
||||
function composerRequire71c9918e9dc7700df7d673a6b588baa1($fileIdentifier, $file)
|
||||
{
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
require $file;
|
||||
|
Reference in New Issue
Block a user