diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 2cf9dbed3e..90a2f3b187 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -324,3 +324,11 @@ services: - %core.root_path% - %core.php_ext% - %tables.users% + + version_helper: + class: phpbb\version_helper + scope: prototype + arguments: + - @cache + - @config + - @user |