@@ -3,11 +3,8 @@ |
||
| 3 | 3 | namespace Azine\HybridAuthBundle\Controller; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 6 | - |
|
| 7 | 6 | use Symfony\Component\HttpFoundation\JsonResponse; |
| 8 | - |
|
| 9 | 7 | use Symfony\Component\HttpFoundation\Request; |
| 10 | - |
|
| 11 | 8 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 12 | 9 | |
| 13 | 10 | class AzineHybridAuthJsonController extends Controller { |
@@ -2,14 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Azine\HybridAuthBundle\Controller; |
| 4 | 4 | |
| 5 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
| 6 | - |
|
| 7 | -use Symfony\Component\HttpFoundation\RedirectResponse; |
|
| 8 | - |
|
| 9 | -use Symfony\Component\HttpFoundation\Response; |
|
| 10 | - |
|
| 11 | -use Symfony\Component\HttpFoundation\Request; |
|
| 12 | - |
|
| 5 | +use Symfony\Component\HttpFoundation\ParameterBag; |
|
| 6 | +use Symfony\Component\HttpFoundation\RedirectResponse; |
|
| 7 | +use Symfony\Component\HttpFoundation\Response; |
|
| 8 | +use Symfony\Component\HttpFoundation\Request; |
|
| 13 | 9 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 14 | 10 | |
| 15 | 11 | class HybridEndPointController extends Controller {
|