aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-15 12:16:04 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-15 12:16:04 +0100
commit7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1 (patch)
tree994bf3c4a6de02ff849dfadbadf95d1b56204367 /phpBB/config
parent5df7f76e6b810f08076b905f189bc7e4c3f8b8b1 (diff)
downloadforums-7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1.tar
forums-7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1.tar.gz
forums-7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1.tar.bz2
forums-7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1.tar.xz
forums-7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1.zip
[ticket/11201] Use a service collection for the types instead of the container
PHPBB3-11201
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/profilefields.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml
index 95242fe10c..efc41707df 100644
--- a/phpBB/config/profilefields.yml
+++ b/phpBB/config/profilefields.yml
@@ -4,11 +4,11 @@ services:
arguments:
- @auth
- @dbal.conn
- - @service_container
- #- @profilefields.type_collection
- @request
- @template
- @user
+ calls:
+ - [set_type_collection, [@profilefields.type_collection]]
profilefields.lang_helper:
class: \phpbb\profilefields\lang_helper