[Cache] Add missing use statement

This commit is contained in:
Fabien Potencier 2020-10-28 08:18:22 +01:00
parent f5f30bfe44
commit bcb27b4426

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Cache\Traits;
use Psr\Cache\CacheItemInterface;
use Symfony\Component\Cache\CacheItem;
use Symfony\Component\Cache\Exception\InvalidArgumentException;
/**
* @author Nicolas Grekas <p@tchwork.com>