|
@@ -11,10 +11,8 @@ |
|
|
block discarded – undo |
|
11
|
11
|
|
|
12
|
12
|
namespace FOS\HttpCacheBundle\EventListener; |
|
13
|
13
|
|
|
14
|
|
-use FOS\HttpCacheBundle\Http\ResponseMatcher\ResponseMatcherInterface; |
|
15
|
14
|
use FOS\HttpCacheBundle\Http\RuleMatcherInterface; |
|
16
|
15
|
use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
|
17
|
|
-use Symfony\Component\HttpFoundation\Request; |
|
18
|
16
|
use Symfony\Component\HttpFoundation\Response; |
|
19
|
17
|
use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
|
20
|
18
|
use Symfony\Component\HttpKernel\KernelEvents; |
Please login to merge, or discard this patch.