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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user