Jordi Boggiano пре 13 година
родитељ
комит
8d8beec19e
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/Packagist/WebBundle/Repository/RepositoryProviderInterface.php

+ 0 - 2
src/Packagist/WebBundle/Repository/RepositoryProviderInterface.php

@@ -6,7 +6,5 @@ use Packagist\WebBundle\Repository\Provider\ProviderInterface;
 
 interface RepositoryProviderInterface
 {
-    public function addProvider(ProviderInterface $provider);
-
     public function getRepository($url);
 }