Fix symfony_shared container name
This commit is contained in:
@@ -208,7 +208,7 @@ final class SymfonyExtension implements Extension
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->crossContainerProcessor->addContainerAccessor(
|
$this->crossContainerProcessor->addContainerAccessor(
|
||||||
'symfony',
|
'symfony_shared',
|
||||||
new KernelBasedContainerAccessor($container->get(self::SHARED_KERNEL_ID))
|
new KernelBasedContainerAccessor($container->get(self::SHARED_KERNEL_ID))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user