diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index ad70927522..6e9672fcb5 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -318,6 +318,7 @@ services: version_helper: class: phpbb\version_helper + scope: prototype arguments: - @cache - @config |