22 lines
767 B
PHP
22 lines
767 B
PHP
|
<?php
|
||
|
|
||
|
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
||
|
|
||
|
if (\class_exists(\ContainerCWF53NS\App_KernelDevDebugContainer::class, false)) {
|
||
|
// no-op
|
||
|
} elseif (!include __DIR__.'/ContainerCWF53NS/App_KernelDevDebugContainer.php') {
|
||
|
touch(__DIR__.'/ContainerCWF53NS.legacy');
|
||
|
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
if (!\class_exists(App_KernelDevDebugContainer::class, false)) {
|
||
|
\class_alias(\ContainerCWF53NS\App_KernelDevDebugContainer::class, App_KernelDevDebugContainer::class, false);
|
||
|
}
|
||
|
|
||
|
return new \ContainerCWF53NS\App_KernelDevDebugContainer([
|
||
|
'container.build_hash' => 'CWF53NS',
|
||
|
'container.build_id' => '5e940dec',
|
||
|
'container.build_time' => 1687165347,
|
||
|
], __DIR__.\DIRECTORY_SEPARATOR.'ContainerCWF53NS');
|