mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 22:26:32 +02:00
[feature/compiled-dic] Remove unused service definition
PHPBB3-11152
This commit is contained in:
@ -5438,7 +5438,6 @@ function phpbb_create_container(array $extensions, $phpbb_root_path, $phpEx)
|
|||||||
$container->loadFromExtension($extension->getAlias());
|
$container->loadFromExtension($extension->getAlias());
|
||||||
}
|
}
|
||||||
|
|
||||||
$container->set('container', $container);
|
|
||||||
$container->setParameter('core.root_path', $phpbb_root_path);
|
$container->setParameter('core.root_path', $phpbb_root_path);
|
||||||
$container->setParameter('core.php_ext', $phpEx);
|
$container->setParameter('core.php_ext', $phpEx);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user