mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12775] Renamed to \phpbb\di\container_builder
PHPBB3-12775
This commit is contained in:
@@ -104,8 +104,8 @@ class install_install extends module
|
||||
$request->enable_super_globals();
|
||||
|
||||
// Create a normal container now
|
||||
$phpbb_container_factory = new \phpbb\di\container_factory($phpbb_config_php_handler, $phpbb_root_path, $phpEx);
|
||||
$phpbb_container = $phpbb_container_factory->get_container();
|
||||
$phpbb_container_builder = new \phpbb\di\container_factory($phpbb_config_php_handler, $phpbb_root_path, $phpEx);
|
||||
$phpbb_container = $phpbb_container_builder->get_container();
|
||||
|
||||
// Sets the global variables
|
||||
$cache = $phpbb_container->get('cache');
|
||||
|
Reference in New Issue
Block a user