mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[feature/compiled-dic] Remove unused service definition
PHPBB3-11152
This commit is contained in:
parent
996f63fb34
commit
d88e11413a
1 changed files with 0 additions and 1 deletions
|
@ -5438,7 +5438,6 @@ function phpbb_create_container(array $extensions, $phpbb_root_path, $phpEx)
|
|||
$container->loadFromExtension($extension->getAlias());
|
||||
}
|
||||
|
||||
$container->set('container', $container);
|
||||
$container->setParameter('core.root_path', $phpbb_root_path);
|
||||
$container->setParameter('core.php_ext', $phpEx);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue