Sfoglia il codice sorgente

Fix: Import NoResultException

Andreas Möller 10 anni fa
parent
commit
bc69fc5fcd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 
+use Doctrine\ORM\NoResultException;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;