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

[ticket/13762] Replace user service with lang in twig extension

PHPBB3-13762
This commit is contained in:
MateBartus
2015-04-29 01:00:13 +02:00
parent 9f1f6f96ce
commit 9a99c9e4b1
2 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ services:
class: phpbb\template\twig\extension
arguments:
- @template_context
- @user
- @language
tags:
- { name: twig.extension }