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

Merge pull request #3971 from VSEphpbb/ticket/14237

[ticket/14237] Use $language class for notifications
This commit is contained in:
Oliver Schramm
2015-10-29 14:46:02 +01:00
23 changed files with 130 additions and 79 deletions

View File

@@ -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%