aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-13 09:52:02 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-13 09:52:02 -0500
commitaa710df2db2512f6065f91dcf8b5fc7d100edf41 (patch)
tree89ae712128b68db41237e032315dcbf17dea1108 /phpBB/config
parenta194e6ce7afe373fcb89ab26b3d057f60d10fa3d (diff)
downloadforums-aa710df2db2512f6065f91dcf8b5fc7d100edf41.tar
forums-aa710df2db2512f6065f91dcf8b5fc7d100edf41.tar.gz
forums-aa710df2db2512f6065f91dcf8b5fc7d100edf41.tar.bz2
forums-aa710df2db2512f6065f91dcf8b5fc7d100edf41.tar.xz
forums-aa710df2db2512f6065f91dcf8b5fc7d100edf41.zip
[ticket/11832] Create phpbb_symfony_request to handle initiating symfony_request
Now symfony_request is also a service (removed the function phpbb_create_symfony_request). Inject symfony request into filesystem Cleanup for the tests PHPBB3-11832
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index e6a76ce88e..a9c819fe9a 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -170,6 +170,7 @@ services:
filesystem:
class: phpbb_filesystem
arguments:
+ - @symfony_request
- %core.root_path%
groupposition.legend:
@@ -254,6 +255,11 @@ services:
request:
class: phpbb_request
+ symfony_request:
+ class: phpbb_symfony_request
+ arguments:
+ - @request
+
template:
class: phpbb_template_twig
arguments: