Przeglądaj źródła

Actualizo parámetro para conectividad.

Maximiliano Schvindt 7 lat temu
rodzic
commit
984a8cd986
1 zmienionych plików z 2 dodań i 2 usunięć
  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;
         }