Explorar o código

Fix: Import NoResultException

Andreas Möller %!s(int64=10) %!d(string=hai) anos
pai
achega
bc69fc5fcd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Packagist/WebBundle/Controller/UserController.php

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

@@ -12,6 +12,7 @@
 
 
 namespace Packagist\WebBundle\Controller;
 namespace Packagist\WebBundle\Controller;
 
 
+use Doctrine\ORM\NoResultException;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpFoundation\Response;