Skip to content

Commit 8f6e525

Browse files
committed
[FrameworkBundle] Fix CacheInterface ns
1 parent 6c9c308 commit 8f6e525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
use Symfony\Component\Cache\Adapter\AdapterInterface;
2626
use Symfony\Component\Cache\Adapter\ArrayAdapter;
2727
use Symfony\Component\Cache\Adapter\TagAwareAdapter;
28-
use Symfony\Component\Cache\CacheInterface;
2928
use Symfony\Component\Cache\DependencyInjection\CachePoolPass;
3029
use Symfony\Component\Cache\Marshaller\DefaultMarshaller;
3130
use Symfony\Component\Cache\Marshaller\MarshallerInterface;
@@ -101,6 +100,7 @@
101100
use Symfony\Component\Workflow\WorkflowInterface;
102101
use Symfony\Component\Yaml\Command\LintCommand as BaseYamlLintCommand;
103102
use Symfony\Component\Yaml\Yaml;
103+
use Symfony\Contracts\Cache\CacheInterface;
104104
use Symfony\Contracts\Service\ResetInterface;
105105
use Symfony\Contracts\Service\ServiceSubscriberInterface;
106106

0 commit comments

Comments
 (0)