Browse Source

change deprecated LoggerInterface type hint

Indra Gunawan 8 years ago
parent
commit
d841698a8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Model/PackageManager.php

+ 1 - 1
src/Packagist/WebBundle/Model/PackageManager.php

@@ -14,7 +14,7 @@ namespace Packagist\WebBundle\Model;
 
 use Doctrine\ORM\EntityManager;
 use Packagist\WebBundle\Entity\Package;
-use Symfony\Component\HttpKernel\Log\LoggerInterface;
+use Psr\Log\LoggerInterface;
 
 /**
  * @author Jordi Boggiano <j.boggiano@seld.be>