fixed missing use statement

This commit is contained in:
Fabien Potencier 2016-07-01 18:08:57 +02:00
parent 0c147fa3fd
commit cd9e03698b

View File

@ -12,6 +12,7 @@
namespace Symfony\Component\Cache\Adapter;
use Predis\Connection\Aggregate\PredisCluster;
use Predis\Connection\Aggregate\RedisCluster;
use Symfony\Component\Cache\Exception\InvalidArgumentException;
/**