Explorar o código

Fix namespacing issue.

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
923d998f35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Predis.php

+ 1 - 1
lib/Predis.php

@@ -1025,7 +1025,7 @@ class MultiExecBlock {
         // Since a MULTI/EXEC block cannot be initialized over a clustered 
         // connection, we can safely assume that Predis\Client::getConnection() 
         // will always return an instance of Predis\Connection.
-        Utils::onCommunicationException(new MalformedServerResponse(
+        Shared\Utils::onCommunicationException(new MalformedServerResponse(
             $this->_redisClient->getConnection(), $message
         ));
     }