소스 검색

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;