1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 04:34:07 +02:00

[ticket/11201] Add database column type to type class

PHPBB3-11201
This commit is contained in:
Joas Schilling
2014-01-15 15:34:17 +01:00
parent 1dbc2d6218
commit 8e86e56120
9 changed files with 62 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ services:
class: \phpbb\profilefields\type\type_bool
arguments:
- @profilefields.lang_helper
- @profilefields
- @request
- @template
- @user
@@ -46,6 +47,7 @@ services:
class: \phpbb\profilefields\type\type_dropdown
arguments:
- @profilefields.lang_helper
- @profilefields
- @request
- @template
- @user