mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[feature/controller-new] Call pass to subscribe the Kernel event listener
PHPBB3-10864
This commit is contained in:
parent
cba0be96a9
commit
dd1f8a0e55
2 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,7 @@ if (isset($_GET['avatar']))
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
new phpbb_di_pass_collection_pass(),
|
new phpbb_di_pass_collection_pass(),
|
||||||
|
new phpbb_di_pass_kernel(),
|
||||||
),
|
),
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
$phpEx
|
$phpEx
|
||||||
|
|
|
@ -113,6 +113,7 @@ $phpbb_container = phpbb_create_dumped_container_unless_debug(
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
new phpbb_di_pass_collection_pass(),
|
new phpbb_di_pass_collection_pass(),
|
||||||
|
new phpbb_di_pass_kernel(),
|
||||||
),
|
),
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
$phpEx
|
$phpEx
|
||||||
|
|
Loading…
Add table
Reference in a new issue