1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
This commit is contained in:
Nathan Guse
2013-09-13 09:52:02 -05:00
parent a194e6ce7a
commit aa710df2db
7 changed files with 110 additions and 75 deletions

View File

@@ -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: