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