mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13740] Cache installer container
PHPBB3-13740
This commit is contained in:
@@ -47,7 +47,6 @@ $phpbb_installer_container_builder = new \phpbb\di\container_builder($phpbb_root
|
|||||||
$phpbb_installer_container = $phpbb_installer_container_builder
|
$phpbb_installer_container = $phpbb_installer_container_builder
|
||||||
->with_environment('installer')
|
->with_environment('installer')
|
||||||
->without_extensions()
|
->without_extensions()
|
||||||
->without_cache()
|
|
||||||
->get_container();
|
->get_container();
|
||||||
|
|
||||||
// Path to templates
|
// Path to templates
|
||||||
|
Reference in New Issue
Block a user