Initial commit: plantilla base PHP para webs Acai CMS

This commit is contained in:
Jordan
2026-02-21 21:13:57 +00:00
commit 03acc5b013
321 changed files with 62660 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit223dcbee3a648ecec7c16ee350170eb0
{
public static $prefixLengthsPsr4 = array (
'M' =>
array (
'MatthiasMullie\\PathConverter\\' => 29,
'MatthiasMullie\\Minify\\' => 22,
),
);
public static $prefixDirsPsr4 = array (
'MatthiasMullie\\PathConverter\\' =>
array (
0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
),
'MatthiasMullie\\Minify\\' =>
array (
0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit223dcbee3a648ecec7c16ee350170eb0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit223dcbee3a648ecec7c16ee350170eb0::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}