mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10411] Use DIC to get the groupposition classes
PHPBB3-10411
This commit is contained in:
@@ -91,6 +91,19 @@ services:
|
||||
- .%core.php_ext%
|
||||
- @cache.driver
|
||||
|
||||
groupposition.legend:
|
||||
class: phpbb_groupposition_legend
|
||||
arguments:
|
||||
- @dbal.conn
|
||||
- @user
|
||||
|
||||
groupposition.teampage:
|
||||
class: phpbb_groupposition_teampage
|
||||
arguments:
|
||||
- @dbal.conn
|
||||
- @user
|
||||
- @cache.driver
|
||||
|
||||
request:
|
||||
class: phpbb_request
|
||||
|
||||
|
Reference in New Issue
Block a user