Add missing definition of a property

main
Christophe Coevoet 8 years ago
parent 0bc75c3fb6
commit 4ae2aecc54

@ -27,6 +27,7 @@ class ArtifactRepository extends ArrayRepository implements ConfigurableReposito
protected $lookup;
protected $repoConfig;
private $io;
public function __construct(array $repoConfig, IOInterface $io)
{

Loading…
Cancel
Save