浏览代码

Change names

gabriel 6 年之前
父节点
当前提交
016ba0da7f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      tools/src/Services/Dhcp.php
  2. 1 1
      tools/src/Services/Ftth.php

+ 1 - 1
tools/src/Services/Dhcp.php

@@ -7,7 +7,7 @@ use FD3\Release;
 
 
 class Dhcp extends InitialService
 class Dhcp extends InitialService
 {
 {
-    const DHCP_SOCKET_VOLUMEN = "DHCP_SOCKET_VOLUMEN";
+    const DHCP_SOCKET_VOLUMEN = "dhcp_socket_volumen";
 
 
     /**
     /**
      * Dhcp constructor.
      * Dhcp constructor.

+ 1 - 1
tools/src/Services/Ftth.php

@@ -7,7 +7,7 @@ use FD3\Release;
 
 
 class Ftth extends InitialService
 class Ftth extends InitialService
 {
 {
-    const FTTH_SOCKET_VOLUMEN = "FTTH_SOCKET_VOLUMEN";
+    const FTTH_SOCKET_VOLUMEN = "ftth_socket_volumen";
 
 
     /**
     /**
      * Ftth constructor.
      * Ftth constructor.