mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
Removed a superfluous method call.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ class Client {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function __call($method, $arguments) {
|
public function __call($method, $arguments) {
|
||||||
$command = $this->createCommand($method, $arguments);
|
$command = $this->_serverProfile->createCommand($method, $arguments);
|
||||||
return $this->executeCommand($command);
|
return $this->executeCommand($command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user