1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14270] Purge cache when the installer is finished

PHPBB3-14270
This commit is contained in:
Mate Bartus
2015-11-04 17:25:38 +01:00
parent c783c37c73
commit 8d178f15f0
7 changed files with 26 additions and 9 deletions

View File

@@ -9,6 +9,11 @@ imports:
- { resource: ../../default/container/services_twig.yml }
services:
cache.driver:
class: %cache.driver.class%
arguments:
- "%core.root_path%/cache/installer/"
config:
class: phpbb\config\config
arguments:

View File

@@ -86,6 +86,7 @@ services:
class: phpbb\install\installer
abstract: true
arguments:
- @cache.driver
- @installer.helper.config
- @path_helper