Преглед на файлове

Actualizo parámetro para conectividad.

Maximiliano Schvindt преди 7 години
родител
ревизия
984a8cd986
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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;
         }