mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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
|
||||
->with_environment('installer')
|
||||
->without_extensions()
|
||||
->without_cache()
|
||||
->get_container();
|
||||
|
||||
// Path to templates
|
||||
|
Reference in New Issue
Block a user