Explorar o código

Clean up interface

Jordi Boggiano %!s(int64=14) %!d(string=hai) anos
pai
achega
8d8beec19e

+ 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);
 }