ajustement alignement toggle-mode ordi fix #42

This commit is contained in:
antonin gallon 2025-11-28 18:25:43 +01:00
parent 8e9464f248
commit 20e305744f
22 changed files with 3354 additions and 4 deletions

View file

@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64
{
public static $prefixLengthsPsr4 = array (
'K' =>
array (
'Kirby\\' => 6,
),
);
public static $prefixDirsPsr4 = array (
'Kirby\\' =>
array (
0 => __DIR__ . '/..' . '/getkirby/composer-installer/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 = ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64::$classMap;
}, null, ClassLoader::class);
}
}