mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Merge pull request #6023 from stof/add_property
Add missing definition of a property
This commit is contained in:
commit
31731a06c2
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class ArtifactRepository extends ArrayRepository implements ConfigurableReposito
|
||||||
|
|
||||||
protected $lookup;
|
protected $lookup;
|
||||||
protected $repoConfig;
|
protected $repoConfig;
|
||||||
|
private $io;
|
||||||
|
|
||||||
public function __construct(array $repoConfig, IOInterface $io)
|
public function __construct(array $repoConfig, IOInterface $io)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue