mirror of
https://github.com/predis/predis.git
synced 2026-09-12 03:17:22 +00:00
Fix wrong import with the 'use' directive.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Predis\Commands;
|
||||
|
||||
use Predis\Distribution\IDistributionStrategy;
|
||||
use Predis\Distribution\INodeKeyGenerator;
|
||||
|
||||
abstract class Command implements ICommand {
|
||||
private $_hash;
|
||||
|
||||
Reference in New Issue
Block a user