diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-19 16:11:40 -0600 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-19 16:13:23 -0600 |
| commit | 6c8589775b8df2b6fbeffbe594d9279ae90e85ba (patch) | |
| tree | 170b26bd86dce0eeb7d6c447115f6810ced34bc2 /phpBB/config | |
| parent | bd8951cfbec799f685eb89f14a83933cee647112 (diff) | |
| download | forums-6c8589775b8df2b6fbeffbe594d9279ae90e85ba.tar forums-6c8589775b8df2b6fbeffbe594d9279ae90e85ba.tar.gz forums-6c8589775b8df2b6fbeffbe594d9279ae90e85ba.tar.bz2 forums-6c8589775b8df2b6fbeffbe594d9279ae90e85ba.tar.xz forums-6c8589775b8df2b6fbeffbe594d9279ae90e85ba.zip | |
[ticket/9871] Update version check file to use json format
PHPBB3-9871
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 |
