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:
@@ -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
|
||||
|
Reference in New Issue
Block a user