@@ -2,16 +2,16 @@ |
||
2 | 2 | |
3 | 3 | namespace AppBundle\Controller; |
4 | 4 | |
5 | +use Pagerfanta\Adapter\DoctrineORMAdapter; |
|
6 | +use Pagerfanta\Pagerfanta; |
|
7 | +use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
5 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
6 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
7 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
8 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
10 | +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
11 | +use Symfony\AppBundle\Entity\User; |
|
9 | 12 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
10 | 13 | use Symfony\Component\HttpFoundation\Request; |
11 | 14 | use Symfony\Component\HttpFoundation\Response; |
12 | -use Symfony\AppBundle\Entity\User; |
|
13 | -use Pagerfanta\Adapter\DoctrineORMAdapter; |
|
14 | -use Pagerfanta\Pagerfanta; |
|
15 | 15 | |
16 | 16 | class UserController extends Controller |
17 | 17 | { |