mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13740] Cache installer container
PHPBB3-13740
This commit is contained in:
parent
609eb7a4d3
commit
69a19e48fa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue