瀏覽代碼

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;
         }