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:
@@ -81,4 +81,5 @@ $config_path = (file_exists($other_config_path . '/installer/config.yml')) ? $ot
|
||||
|
||||
$phpbb_installer_container = $phpbb_installer_container_builder
|
||||
->with_config_path($config_path)
|
||||
->with_custom_parameters(array('cache.driver.class' => 'phpbb\cache\driver\file'))
|
||||
->get_container();
|
||||
|
Reference in New Issue
Block a user