mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Remove a useless 'use' directive.
This commit is contained in:
@@ -4,7 +4,6 @@ namespace Predis;
|
||||
|
||||
use Predis\Network\IConnection;
|
||||
use Predis\Network\IConnectionCluster;
|
||||
use Predis\Network\ConnectionCluster;
|
||||
|
||||
class Utils {
|
||||
public static function isCluster(IConnection $connection) {
|
||||
|
||||
Reference in New Issue
Block a user