@@ -20,7 +20,6 @@ |
||
20 | 20 | use Symfony\Component\HttpFoundation\Response; |
21 | 21 | use Symfony\Component\HttpKernel\Event\ViewEvent; |
22 | 22 | use Symfony\Component\HttpKernel\KernelEvents; |
23 | -use Symfony\Component\Templating\TemplateReferenceInterface; |
|
24 | 23 | |
25 | 24 | /** |
26 | 25 | * The ViewResponseListener class handles the View core event as well as the "@extra:Template" annotation. |