mirror of
https://github.com/predis/predis.git
synced 2026-08-20 21:01:49 +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) {
|
||||
$command = $this->createCommand($method, $arguments);
|
||||
$command = $this->_serverProfile->createCommand($method, $arguments);
|
||||
return $this->executeCommand($command);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user