mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Missing parent constructor calls.
This commit is contained in:
parent
823266407f
commit
868e607f17
6 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@ class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInt
|
|||
|
||||
public function __construct(array $repoConfig, IOInterface $io, Config $config, EventDispatcher $dispatcher = null, array $drivers = null)
|
||||
{
|
||||
parent::__construct();
|
||||
$this->drivers = $drivers ?: array(
|
||||
'github' => 'Composer\Repository\Vcs\GitHubDriver',
|
||||
'gitlab' => 'Composer\Repository\Vcs\GitLabDriver',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue