aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-11 10:03:30 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-11 10:03:30 +0200
commit0871e649f6b7a647d2d5ff947ee14df4d2b2da79 (patch)
tree8bfbb2e76b099cb2c054ecc16e1e30bc6d49dac9 /phpBB/config
parentd340d2fe253e2628a52a669353bf5e74c5c859a1 (diff)
parent5dacd7ff5ba7826a1831f6b243fc3c5e8fb2ce0e (diff)
downloadforums-0871e649f6b7a647d2d5ff947ee14df4d2b2da79.tar
forums-0871e649f6b7a647d2d5ff947ee14df4d2b2da79.tar.gz
forums-0871e649f6b7a647d2d5ff947ee14df4d2b2da79.tar.bz2
forums-0871e649f6b7a647d2d5ff947ee14df4d2b2da79.tar.xz
forums-0871e649f6b7a647d2d5ff947ee14df4d2b2da79.zip
Merge pull request #2428 from n-aleha/ticket/12476
[ticket/12476] Increase assets version on cache purge * n-aleha/ticket/12476: [ticket/12476] Label the constructor as public [ticket/12476] Increase assets also from acp_styles and phpbbcli [ticket/12476] Increase asset version on cache purge
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/console.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml
index 1340d9c0d7..d32befa15e 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -7,6 +7,7 @@ services:
- @auth
- @log
- @user
+ - @config
tags:
- { name: console.command }