Add missing definition of a property
parent
0bc75c3fb6
commit
4ae2aecc54
|
@ -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