1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/17191] Add lang helper service to feed/controller

PHPBB3-17191
This commit is contained in:
Christian Schnegelberger
2023-09-22 11:13:11 +02:00
committed by Marc Alexander
parent 5b79ac0fc9
commit a54f5c0ca0
2 changed files with 11 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ services:
- '@event_dispatcher'
- '@language'
- '%core.php_ext%'
- '@language.helper.language_file'
feed.helper:
class: phpbb\feed\helper