Merge pull request #6023 from stof/add_property
Add missing definition of a propertypull/6036/merge
commit
31731a06c2
|
@ -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…
Reference in New Issue