23 lines
875 B
PHP
23 lines
875 B
PHP
<?php
|
|
|
|
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
|
|
|
if (\class_exists(\ContainerB37PM1E\App_KernelDevDebugContainer::class, false)) {
|
|
// no-op
|
|
} elseif (!include __DIR__.'/ContainerB37PM1E/App_KernelDevDebugContainer.php') {
|
|
touch(__DIR__.'/ContainerB37PM1E.legacy');
|
|
|
|
return;
|
|
}
|
|
|
|
if (!\class_exists(App_KernelDevDebugContainer::class, false)) {
|
|
\class_alias(\ContainerB37PM1E\App_KernelDevDebugContainer::class, App_KernelDevDebugContainer::class, false);
|
|
}
|
|
|
|
return new \ContainerB37PM1E\App_KernelDevDebugContainer([
|
|
'container.build_hash' => 'B37PM1E',
|
|
'container.build_id' => 'a8fa9433',
|
|
'container.build_time' => 1774560973,
|
|
'container.runtime_mode' => \in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true) ? 'web=0' : 'web=1',
|
|
], __DIR__.\DIRECTORY_SEPARATOR.'ContainerB37PM1E');
|