1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 19:11:47 +02:00

Merge pull request #2943 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
2 changed files with 4 additions and 0 deletions

View File

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

View File

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