1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[feature/compiled-dic] Remove HttpKernel-related stuff

These things should be added in the Controller PR instead.

PHPBB3-11152
This commit is contained in:
David King
2012-10-20 16:57:21 -04:00
committed by Igor Wiedler
parent 6d40b81dda
commit b20d852b7f
3 changed files with 1 additions and 169 deletions

View File

@@ -104,9 +104,7 @@ $phpbb_container = phpbb_create_compiled_container(
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),
new phpbb_di_extension_core($phpbb_root_path),
),
array(
new phpbb_event_kernel_compiler_pass(),
),
array(),
$phpbb_root_path . 'config.' . $phpEx,
$phpbb_root_path,
$phpEx