mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 02:29:21 +02:00
[ticket/12685] Container is dumped by default
PHPBB3-12685
This commit is contained in:
parent
0f41a8fc31
commit
7e6215fb7f
@ -41,7 +41,6 @@ $phpbb_class_loader_ext = new \phpbb\class_loader('\\', "{$phpbb_root_path}ext/"
|
||||
$phpbb_class_loader_ext->register();
|
||||
|
||||
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx);
|
||||
$phpbb_container_builder->set_dump_container(true);
|
||||
|
||||
$input = new ArgvInput();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user