This commit is contained in:
Marek Lenczewski
2026-03-31 17:13:10 +02:00
parent 576bfed36d
commit b6a4548732
13 changed files with 99 additions and 36 deletions

View File

@@ -16,7 +16,7 @@ if (!\class_exists(App_KernelDevDebugContainer::class, false)) {
return new \Container9vrsx4S\App_KernelDevDebugContainer([
'container.build_hash' => '9vrsx4S',
'container.build_id' => 'de48fc05',
'container.build_time' => 1774939296,
'container.build_id' => '109f11e1',
'container.build_time' => 1774968178,
'container.runtime_mode' => \in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true) ? 'web=0' : 'web=1',
], __DIR__.\DIRECTORY_SEPARATOR.'Container9vrsx4S');