1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/14039] Use shared language service in the container factory

PHPBB3-14039
This commit is contained in:
Mate Bartus
2015-10-18 17:31:12 +02:00
parent dd85806327
commit 29908e54bc
2 changed files with 17 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ services:
installer.helper.container_factory:
class: phpbb\install\helper\container_factory
arguments:
- @language
- @request
- %core.root_path%
- %core.php_ext%