1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[ticket/14523] Replace prototype definition with shared services

PHPBB3-14523
This commit is contained in:
Marc Alexander
2016-03-10 10:41:00 +01:00
parent 2c813e6e5e
commit b758c098d3
9 changed files with 60 additions and 60 deletions

View File

@@ -161,7 +161,7 @@ services:
version_helper:
class: phpbb\version_helper
scope: prototype
shared: false
arguments:
- '@cache'
- '@config'