diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-08 00:04:11 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-08 00:04:11 +0200 |
commit | 9374d14e275d2ec1317558a7d7ba93ab71a2a4c1 (patch) | |
tree | 65fa5166db2f6f61ebd2db563b0f90d6cf9b304d /phpBB/config/services.yml | |
parent | 7399f29df8f764ff8096620a8f11afae0decc215 (diff) | |
download | forums-9374d14e275d2ec1317558a7d7ba93ab71a2a4c1.tar forums-9374d14e275d2ec1317558a7d7ba93ab71a2a4c1.tar.gz forums-9374d14e275d2ec1317558a7d7ba93ab71a2a4c1.tar.bz2 forums-9374d14e275d2ec1317558a7d7ba93ab71a2a4c1.tar.xz forums-9374d14e275d2ec1317558a7d7ba93ab71a2a4c1.zip |
[ticket/12787] Add controller_helper::get_current_url()
PHPBB3-12787
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index fdc8aa5870..959d9db01b 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -96,6 +96,7 @@ services: - @config - @controller.provider - @ext.manager + - @symfony_request - %core.root_path% - %core.php_ext% |