1
0
Fork 0

Add missing definition of a property

pull/6023/head
Christophe Coevoet 2017-01-02 12:12:37 +01:00
parent 0bc75c3fb6
commit 4ae2aecc54
1 changed files with 1 additions and 0 deletions

View File

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