浏览代码

Fix wrong import with the 'use' directive.

Daniele Alessandri 14 年之前
父节点
当前提交
07d9717f8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Predis/Commands/Command.php

+ 1 - 1
lib/Predis/Commands/Command.php

@@ -2,7 +2,7 @@
 
 namespace Predis\Commands;
 
-use Predis\Distribution\IDistributionStrategy;
+use Predis\Distribution\INodeKeyGenerator;
 
 abstract class Command implements ICommand {
     private $_hash;