@@ -2,10 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace florinp\messenger\controller; |
| 4 | 4 | |
| 5 | -use Symfony\Component\HttpFoundation\Response; |
|
| 6 | -use Symfony\Component\HttpFoundation\JsonResponse; |
|
| 7 | -use Symfony\Component\HttpFoundation\Request; |
|
| 8 | - |
|
| 9 | 5 | class friends { |
| 10 | 6 | |
| 11 | 7 | protected $config; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\HttpFoundation\Response; |
| 6 | 6 | use Symfony\Component\HttpFoundation\JsonResponse; |
| 7 | -use Symfony\Component\HttpFoundation\Request; |
|
| 8 | 7 | |
| 9 | 8 | class main |
| 10 | 9 | { |