diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 10:03:30 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 10:03:30 +0200 |
| commit | 0871e649f6b7a647d2d5ff947ee14df4d2b2da79 (patch) | |
| tree | 8bfbb2e76b099cb2c054ecc16e1e30bc6d49dac9 /phpBB/config | |
| parent | d340d2fe253e2628a52a669353bf5e74c5c859a1 (diff) | |
| parent | 5dacd7ff5ba7826a1831f6b243fc3c5e8fb2ce0e (diff) | |
| download | forums-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.yml | 1 |
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 } |
