mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/13407] Introduce a request_stack service
PHPBB3-13407
This commit is contained in:
parent
216fb13c2a
commit
73d3d02af1
1 changed files with 7 additions and 0 deletions
|
@ -112,6 +112,7 @@ services:
|
|||
arguments:
|
||||
- @dispatcher
|
||||
- @controller.resolver
|
||||
- @request_stack
|
||||
|
||||
log:
|
||||
class: phpbb\log\log
|
||||
|
@ -175,6 +176,12 @@ services:
|
|||
class: phpbb\symfony_request
|
||||
arguments:
|
||||
- @request
|
||||
- null
|
||||
- null
|
||||
- @request_stack
|
||||
|
||||
request_stack:
|
||||
class: Symfony\Component\HttpFoundation\RequestStack
|
||||
|
||||
template:
|
||||
class: phpbb\template\twig\twig
|
||||
|
|
Loading…
Add table
Reference in a new issue