Explorar el Código

Actualizo parámetro para conectividad.

Maximiliano Schvindt hace 7 años
padre
commit
984a8cd986
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Services/EndpointMysql.php

+ 2 - 2
Services/EndpointMysql.php

@@ -23,8 +23,8 @@ class EndpointMysql
     {
         $this->serviceContainer = $serviceContainer;
 
-        if($this->serviceContainer->getParameter("statsd.connection")) {
-            $this->location = $this->serviceContainer->getParameter("statsd.connection");
+        if($this->serviceContainer->getParameter("endpoint.mysql.connection")) {
+            $this->location = $this->serviceContainer->getParameter("endpoint.mysql.connection");
         } else {
             $this->location = null;
         }