mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 12:46:38 +02:00
[feature/compiled-dic] Remove redundant method call
PHPBB3-11152
This commit is contained in:
@ -93,7 +93,6 @@ $phpbb_class_loader_ext->register();
|
||||
// Set up container
|
||||
$phpbb_container = phpbb_create_install_container($phpbb_root_path, $phpEx);
|
||||
|
||||
$phpbb_container->setAlias('cache.driver', 'cache.driver.install');
|
||||
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
|
||||
$phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
|
||||
|
||||
|
Reference in New Issue
Block a user