@@ -5,7 +5,6 @@ |
||
5 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
6 | 6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
7 | 7 | use Symfony\Component\HttpFoundation\Request; |
8 | -use Symfony\Component\HttpFoundation\Response; |
|
9 | 8 | |
10 | 9 | class SecurityController extends Controller |
11 | 10 | { |
@@ -2,7 +2,7 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace AppBundle\Controller; |
4 | 4 | |
5 | -use Symfony\Bundle\FrameworkBundle\Controller\Controller;; |
|
5 | +use Symfony\Bundle\FrameworkBundle\Controller\Controller; ; |
|
6 | 6 | use Symfony\Component\HttpFoundation\JsonResponse; |
7 | 7 | use Symfony\Component\HttpFoundation\RedirectResponse; |
8 | 8 | use Symfony\Component\HttpFoundation\Response; |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | */ |
20 | 20 | public function successAction($kind = 'Great') |
21 | 21 | { |
22 | - return new Response($kind . ' success!', Response::HTTP_OK); |
|
22 | + return new Response($kind.' success!', Response::HTTP_OK); |
|
23 | 23 | } |
24 | 24 | |
25 | 25 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
6 | 6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
7 | 7 | use Symfony\Component\HttpFoundation\Request; |
8 | -use Symfony\Component\HttpFoundation\Response; |
|
9 | 8 | |
10 | 9 | class SecurityController extends Controller |
11 | 10 | { |