diff options
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/services.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 735626810f..ad70927522 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -315,3 +315,10 @@ services: - %core.root_path% - %core.php_ext% - %tables.users% + + version_helper: + class: phpbb\version_helper + arguments: + - @cache + - @config + - @user |
