From 7fd5f16fa2aeeaddfe21062ffe3c4052ec5ec6c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 15 Jan 2014 12:16:04 +0100 Subject: [ticket/11201] Use a service collection for the types instead of the container PHPBB3-11201 --- phpBB/config/profilefields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/config') 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 -- cgit v1.2.1