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

Merge pull request from Nicofuma/ticket/13056

[ticket/13056] Move the arguments of the request class to the DI

* Nicofuma/ticket/13056:
  [ticket/13056] Move the arguments of the request class to the DI
This commit is contained in:
Andreas Fischer 2014-09-15 22:42:38 +02:00
commit 720561de6e
2 changed files with 4 additions and 0 deletions

@ -1,2 +1,3 @@
parameters:
core.disable_super_globals: true
datetime.class: \phpbb\datetime

@ -328,6 +328,9 @@ services:
request:
class: phpbb\request\request
arguments:
- null
- %core.disable_super_globals%
symfony_request:
class: phpbb\symfony_request