|
@@ -14,9 +14,6 @@ |
|
|
block discarded – undo |
|
14
|
14
|
use FOS\HttpCache\SymfonyCache\CacheEvent; |
|
15
|
15
|
use FOS\HttpCache\SymfonyCache\UserContextSubscriber; |
|
16
|
16
|
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache as BaseHttpCache; |
|
17
|
|
-use Symfony\Component\EventDispatcher\EventDispatcher; |
|
18
|
|
-use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
19
|
|
-use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
|
20
|
17
|
use Symfony\Component\HttpFoundation\Request; |
|
21
|
18
|
use Symfony\Component\HttpKernel\HttpKernelInterface; |
|
22
|
19
|
|
Please login to merge, or discard this patch.