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

[ticket/17343] Display push notifications in user language

PHPBB-17343
This commit is contained in:
Marc Alexander
2024-07-17 21:52:14 +02:00
parent 94112979a0
commit 767d9e1198
3 changed files with 52 additions and 13 deletions

View File

@@ -34,6 +34,8 @@ services:
- '@controller.helper'
- '@dbal.conn'
- '@form_helper'
- '@language'
- '@notification_manager'
- '@path_helper'
- '@request'
- '@user'