1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 02:25:18 +02:00

[feature/compiled-dic] Remove unused service definition

PHPBB3-11152
This commit is contained in:
David King 2012-10-20 10:46:38 -04:00 committed by Igor Wiedler
parent 996f63fb34
commit d88e11413a

View File

@ -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);