Browse Source

Change names

gabriel 6 years ago
parent
commit
016ba0da7f
2 changed files with 2 additions and 2 deletions
  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
 {
-    const DHCP_SOCKET_VOLUMEN = "DHCP_SOCKET_VOLUMEN";
+    const DHCP_SOCKET_VOLUMEN = "dhcp_socket_volumen";
 
     /**
      * Dhcp constructor.

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

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