diff options
Diffstat (limited to 'vendor/symfony/cache/Adapter/SimpleCacheAdapter.php')
| -rw-r--r-- | vendor/symfony/cache/Adapter/SimpleCacheAdapter.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/symfony/cache/Adapter/SimpleCacheAdapter.php b/vendor/symfony/cache/Adapter/SimpleCacheAdapter.php index 2e6d03a1f0..5a836a3dbf 100644 --- a/vendor/symfony/cache/Adapter/SimpleCacheAdapter.php +++ b/vendor/symfony/cache/Adapter/SimpleCacheAdapter.php @@ -13,13 +13,12 @@ namespace Symfony\Component\Cache\Adapter; use Psr\SimpleCache\CacheInterface; use Symfony\Component\Cache\PruneableInterface; -use Symfony\Component\Cache\ResettableInterface; use Symfony\Component\Cache\Traits\ProxyTrait; /** * @author Nicolas Grekas <p@tchwork.com> */ -class SimpleCacheAdapter extends AbstractAdapter implements PruneableInterface, ResettableInterface +class SimpleCacheAdapter extends AbstractAdapter implements PruneableInterface { use ProxyTrait; |
