Merge pull request #6023 from stof/add_property

Add missing definition of a property
main
Jordi Boggiano 8 years ago committed by GitHub
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…
Cancel
Save