Эх сурвалжийг харах

Add missing definition of a property

Christophe Coevoet 8 жил өмнө
parent
commit
4ae2aecc54

+ 1 - 0
src/Composer/Repository/ArtifactRepository.php

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