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
+1 -1
View File
@@ -1,8 +1,8 @@
<?php
require_once 'SharedConfigurations.php';
use Predis\ICommand;
use Predis\ConnectionParameters;
use Predis\Commands\ICommand;
use Predis\Network\StreamConnection;
class SimpleDebuggableConnection extends StreamConnection {