diff options
Diffstat (limited to 'phpBB/config/profilefields.yml')
| -rw-r--r-- | phpBB/config/profilefields.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml index efc41707df..5aa30ac87a 100644 --- a/phpBB/config/profilefields.yml +++ b/phpBB/config/profilefields.yml @@ -26,6 +26,7 @@ services: class: \phpbb\profilefields\type\type_bool arguments: - @profilefields.lang_helper + - @profilefields - @request - @template - @user @@ -46,6 +47,7 @@ services: class: \phpbb\profilefields\type\type_dropdown arguments: - @profilefields.lang_helper + - @profilefields - @request - @template - @user |
