8000 fixed missing use statement · symfony/symfony@cd9e036 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd9e036

Browse files
committed
fixed missing use statement
1 parent 0c147fa commit cd9e036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Cache/Adapter/RedisAdapterTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Cache\Adapter;
1313

1414
use Predis\Connection\Aggregate\PredisCluster;
15+
use Predis\Connection\Aggregate\RedisCluster;
1516
use Symfony\Component\Cache\Exception\InvalidArgumentException;
1617

1718
/**

0 commit comments

Comments
 (0)
0