Explorar el Código

Add missing use statement

Jordi Boggiano hace 13 años
padre
commit
7b4a4bf076
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Packagist/WebBundle/Controller/ApiController.php

+ 1 - 0
src/Packagist/WebBundle/Controller/ApiController.php

@@ -13,6 +13,7 @@
 namespace Packagist\WebBundle\Controller;
 
 use Composer\IO\NullIO;
+use Composer\Repository\VcsRepository;
 use Packagist\WebBundle\Package\Updater;
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 use Symfony\Component\HttpFoundation\Response;