File "autoload_static.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/merlin/vendor/composer/autoload_static.php
File size: 1.21 KB
MIME-type: text/x-php
Charset: utf-8
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit04828d80146b9fd8fbee50609a30f85a
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'Psr\\Log\\' => 8,
'ProteusThemes\\WPContentImporter2\\' => 33,
),
/*'M' =>
array (
'Monolog\\' => 8,
),*/
);
public static $prefixDirsPsr4 = array (
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'ProteusThemes\\WPContentImporter2\\' =>
array (
0 => __DIR__ . '/..' . '/proteusthemes/wp-content-importer-v2/src',
),
/*'Monolog\\' =>
array (
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
),*/
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit04828d80146b9fd8fbee50609a30f85a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit04828d80146b9fd8fbee50609a30f85a::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}