mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17010] Switch to using form_helper for form tokens
PHPBB3-17010
This commit is contained in:
@@ -126,6 +126,13 @@ services:
|
||||
arguments:
|
||||
- '%core.root_path%'
|
||||
|
||||
form_helper:
|
||||
class: phpbb\form\form_helper
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@request'
|
||||
- '@user'
|
||||
|
||||
group_helper:
|
||||
class: phpbb\group\helper
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user