mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 16:45:19 +02:00
[feature/compiled-dic] Move this to the other PR
PHPBB3-11152
This commit is contained in:
parent
b20d852b7f
commit
f9f03435f0
@ -63,9 +63,7 @@ if (isset($_GET['avatar']))
|
|||||||
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),
|
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),
|
||||||
new phpbb_di_extension_core($phpbb_root_path),
|
new phpbb_di_extension_core($phpbb_root_path),
|
||||||
),
|
),
|
||||||
array(
|
array(),
|
||||||
new phpbb_event_kernel_compiler_pass(),
|
|
||||||
),
|
|
||||||
$phpbb_root_path . 'config.' . $phpEx,
|
$phpbb_root_path . 'config.' . $phpEx,
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
$phpEx
|
$phpEx
|
||||||
|
@ -121,9 +121,7 @@ $phpbb_container = phpbb_create_compiled_container(
|
|||||||
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),
|
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),
|
||||||
new phpbb_di_extension_core($phpbb_root_path),
|
new phpbb_di_extension_core($phpbb_root_path),
|
||||||
),
|
),
|
||||||
array(
|
array(),
|
||||||
new phpbb_event_kernel_compiler_pass(),
|
|
||||||
),
|
|
||||||
$phpbb_root_path . 'config.' . $phpEx,
|
$phpbb_root_path . 'config.' . $phpEx,
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
$phpEx
|
$phpEx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user