mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 10:14:47 +02:00
[ticket/14044] Deduplicate the installers
PHPBB3-14044
This commit is contained in:
committed by
Marc Alexander
parent
cc1a96a804
commit
597297b169
@@ -86,6 +86,8 @@ class notify_user extends \phpbb\install\task_base
|
||||
$container->get('cache.driver'),
|
||||
$container->get_parameter('tables.config')
|
||||
);
|
||||
|
||||
parent::__construct(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -37,6 +37,8 @@ class populate_migrations extends \phpbb\install\task_base
|
||||
{
|
||||
$this->extension_manager = $container->get('ext.manager');
|
||||
$this->migrator = $container->get('migrator');
|
||||
|
||||
parent::__construct(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user