1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11201] Use a service collection for the types instead of the container

PHPBB3-11201
This commit is contained in:
Joas Schilling
2014-01-15 12:16:04 +01:00
parent 5df7f76e6b
commit 7fd5f16fa2
2 changed files with 23 additions and 9 deletions

View File

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