Files
roi-theme/wp-content/plugins/ajax-search-pro/includes/externals/php-excel/composer/autoload_static.php
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

37 lines
1.0 KiB
PHP
Executable File

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960
{
public static $prefixLengthsPsr4 = array (
'A' =>
array (
'Asan\\PHPExcel\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'Asan\\PHPExcel\\' =>
array (
0 => __DIR__ . '/..' . '/asan/phpexcel/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960::$classMap;
}, null, ClassLoader::class);
}
}