浏览代码

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;