mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
Merge pull request #4016 from CHItA/ticket/14270
[ticket/14270] Purge cache when the installer is finished * CHItA/ticket/14270: [ticket/14270] Purge cache when the installer is finished
This commit is contained in:
@@ -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:
|
||||
|
@@ -86,6 +86,7 @@ services:
|
||||
class: phpbb\install\installer
|
||||
abstract: true
|
||||
arguments:
|
||||
- @cache.driver
|
||||
- @installer.helper.config
|
||||
- @path_helper
|
||||
|
||||
|
Reference in New Issue
Block a user