1
0
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:
Marc Alexander
2022-10-22 22:26:18 +02:00
parent 0395c8dbac
commit 35259056f0
2 changed files with 17 additions and 35 deletions

View File

@@ -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: