mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-30 04:38:21 +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:
commit
720561de6e
phpBB/config
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user