ソースを参照

Fix: Import NoResultException

Andreas Möller 10 年 前
コミット
bc69fc5fcd
1 ファイル変更1 行追加0 行削除
  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;