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

[ticket/11201] Rename profilefields class to manager

PHPBB3-11201
This commit is contained in:
Joas Schilling
2014-02-02 12:53:29 +01:00
parent 514a59ffa7
commit 7bcbdfc1b1
13 changed files with 33 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
services:
profilefields:
class: \phpbb\profilefields\profilefields
profilefields.manager:
class: \phpbb\profilefields\manager
arguments:
- @auth
- @dbal.conn
@@ -30,7 +30,7 @@ services:
class: \phpbb\profilefields\type\type_bool
arguments:
- @profilefields.lang_helper
- @profilefields
- @profilefields.manager
- @request
- @template
- @user
@@ -40,7 +40,7 @@ services:
profilefields.type.date:
class: \phpbb\profilefields\type\type_date
arguments:
- @profilefields
- @profilefields.manager
- @request
- @template
- @user
@@ -51,7 +51,7 @@ services:
class: \phpbb\profilefields\type\type_dropdown
arguments:
- @profilefields.lang_helper
- @profilefields
- @profilefields.manager
- @request
- @template
- @user