current init
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
|
||||
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
||||
|
||||
if (\class_exists(\ContainerIP09wnc\App_KernelDevDebugContainer::class, false)) {
|
||||
if (\class_exists(\ContainerB37PM1E\App_KernelDevDebugContainer::class, false)) {
|
||||
// no-op
|
||||
} elseif (!include __DIR__.'/ContainerIP09wnc/App_KernelDevDebugContainer.php') {
|
||||
touch(__DIR__.'/ContainerIP09wnc.legacy');
|
||||
} elseif (!include __DIR__.'/ContainerB37PM1E/App_KernelDevDebugContainer.php') {
|
||||
touch(__DIR__.'/ContainerB37PM1E.legacy');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (!\class_exists(App_KernelDevDebugContainer::class, false)) {
|
||||
\class_alias(\ContainerIP09wnc\App_KernelDevDebugContainer::class, App_KernelDevDebugContainer::class, false);
|
||||
\class_alias(\ContainerB37PM1E\App_KernelDevDebugContainer::class, App_KernelDevDebugContainer::class, false);
|
||||
}
|
||||
|
||||
return new \ContainerIP09wnc\App_KernelDevDebugContainer([
|
||||
'container.build_hash' => 'IP09wnc',
|
||||
'container.build_id' => '42ab5adc',
|
||||
'container.build_time' => 1774307047,
|
||||
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.'ContainerIP09wnc');
|
||||
], __DIR__.\DIRECTORY_SEPARATOR.'ContainerB37PM1E');
|
||||
|
||||
Reference in New Issue
Block a user