mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14237] Use $language class for notifications
PHPBB3-14237
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
- @dispatcher
|
||||
- @dbal.conn
|
||||
- @cache
|
||||
- @language
|
||||
- @user
|
||||
- %tables.notification_types%
|
||||
- %tables.user_notifications%
|
||||
@@ -26,6 +27,7 @@ services:
|
||||
abstract: true
|
||||
arguments:
|
||||
- @dbal.conn
|
||||
- @language
|
||||
- @user
|
||||
- @auth
|
||||
- %core.root_path%
|
||||
|
Reference in New Issue
Block a user