Browse Source

Fix: Import NoResultException

Andreas Möller 10 năm trước cách đây
mục cha
commit
bc69fc5fcd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;