mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/compiled-dic] Remove re-creation of class loader in install
PHPBB3-11152
This commit is contained in:
parent
2f692ef3b9
commit
996f63fb34
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ $phpbb_container = phpbb_create_install_container($phpbb_root_path, $phpEx);
|
||||||
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
|
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
|
||||||
$phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
|
$phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
|
||||||
|
|
||||||
$phpbb_class_loader = $phpbb_container->get('class_loader');
|
|
||||||
$phpbb_class_loader_ext = $phpbb_container->get('class_loader.ext');
|
|
||||||
|
|
||||||
// set up caching
|
// set up caching
|
||||||
$cache = $phpbb_container->get('cache');
|
$cache = $phpbb_container->get('cache');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue