1
0
Fork 0

Merge pull request #6023 from stof/add_property

Add missing definition of a property
pull/6036/merge
Jordi Boggiano 2017-01-02 12:27:45 +01:00 committed by GitHub
commit 31731a06c2
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{ {