@@ -12,7 +12,6 @@ |
||
12 | 12 | class DefaultController extends Controller |
13 | 13 | { |
14 | 14 | /** |
15 | - |
|
16 | 15 | * @param Request $request |
17 | 16 | * @Route("/login", name="api_login") |
18 | 17 | * @Method("POST") |
@@ -13,7 +13,6 @@ |
||
13 | 13 | /** |
14 | 14 | * Class UserType |
15 | 15 | * @package AppBundle\Form |
16 | - |
|
17 | 16 | */ |
18 | 17 | class UserType extends AbstractType |
19 | 18 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace AppBundle\Controller; |
4 | 4 | |
5 | 5 | use AppBundle\Entity\User; |
6 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
7 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
9 | 8 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |