1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/14492] Add user service to installer & only instantiate if needed

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-11-24 20:38:29 +01:00
parent 8ded30bbbe
commit 5895f56de0
2 changed files with 11 additions and 10 deletions

View File

@@ -88,6 +88,12 @@ services:
calls:
- [setLexer, ['@template.twig.lexer']]
user:
class: phpbb\user
arguments:
- '@language'
- '%datetime.class%'
console.exception_subscriber:
class: phpbb\console\exception_subscriber
arguments: