Jelajahi Sumber

Fix wrong import with the 'use' directive.

Daniele Alessandri 14 tahun lalu
induk
melakukan
07d9717f8a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;