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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user