aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/profilefields.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/profilefields.yml')
-rw-r--r--phpBB/config/profilefields.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml
index 5a861a4b56..d12a1f8a37 100644
--- a/phpBB/config/profilefields.yml
+++ b/phpBB/config/profilefields.yml
@@ -80,3 +80,12 @@ services:
- @user
tags:
- { name: profilefield.type }
+
+ profilefields.type.url:
+ class: phpbb\profilefields\type\type_url
+ arguments:
+ - @request
+ - @template
+ - @user
+ tags:
+ - { name: profilefield.type }