mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Move Predis\Command and Predis\ICommand to the Predis\Commands namespace.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
namespace Predis\Commands;
|
||||
|
||||
use Predis\Command;
|
||||
|
||||
class FlushDatabase extends Command {
|
||||
public function canBeHashed() { return false; }
|
||||
public function getCommandId() { return 'FLUSHDB'; }
|
||||
|
||||
Reference in New Issue
Block a user