Fix wrong import with the 'use' directive.

This commit is contained in:
Daniele Alessandri
2011-04-11 23:23:55 +02:00
parent 3f3c235363
commit 07d9717f8a
+1 -1
View File
@@ -2,7 +2,7 @@
namespace Predis\Commands;
use Predis\Distribution\IDistributionStrategy;
use Predis\Distribution\INodeKeyGenerator;
abstract class Command implements ICommand {
private $_hash;