@@ -5,9 +5,9 @@ |
||
5 | 5 | use MovingImage\Bundle\VMProApiBundle\Decorator\BlackholeCacheItemPoolDecorator; |
6 | 6 | use MovingImage\Client\VMPro\ApiClient\AbstractApiClient; |
7 | 7 | use Symfony\Component\DependencyInjection\ContainerInterface; |
8 | +use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
|
8 | 9 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
9 | 10 | use Symfony\Component\HttpKernel\KernelEvents; |
10 | -use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * This listener kicks in only if the `cache_bypass_argument` bundle config option is set. |