mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 02:05:02 +02:00
[ticket/13740] Remove service container from modules
PHPBB3-13740
This commit is contained in:
@@ -55,12 +55,10 @@ class installer
|
||||
* Constructor
|
||||
*
|
||||
* @param config $config Installer config handler
|
||||
* @param ContainerInterface $container Dependency injection container
|
||||
*/
|
||||
public function __construct(config $config, ContainerInterface $container)
|
||||
public function __construct(config $config)
|
||||
{
|
||||
$this->install_config = $config;
|
||||
$this->container = $container;
|
||||
$this->installer_modules = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user