Move Predis\Command and Predis\ICommand to the Predis\Commands namespace.

This commit is contained in:
Daniele Alessandri
2011-03-04 19:21:41 +01:00
parent c3ce210150
commit 0d5fb3319d
140 changed files with 25 additions and 252 deletions
-2
View File
@@ -2,8 +2,6 @@
namespace Predis\Commands;
use Predis\Command;
class FlushDatabase extends Command {
public function canBeHashed() { return false; }
public function getCommandId() { return 'FLUSHDB'; }