Explorar el Código

Fix wrong import with the 'use' directive.

Daniele Alessandri hace 14 años
padre
commit
07d9717f8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;