Browse Source

Fix wrong import with the 'use' directive.

Daniele Alessandri 14 years ago
parent
commit
07d9717f8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Predis/Commands/Command.php

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

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