Explorar el Código

Fix nombre constant

Guillermo Espinoza hace 7 años
padre
commit
17a53335cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Utils/DeviceTypes.php

+ 1 - 1
Utils/DeviceTypes.php

@@ -11,7 +11,7 @@ class DeviceTypes
 
     const FTTH_ONU = 'FTTHBundle\Entity\ONU';
 
-    const FTTH_ONU = 'FTTHBundle\Entity\NAS';
+    const RADIUS_NAS = 'RadiusBundle\Entity\NAS';
 
     const CABLEMODEM_CMTS = 'CablemodemBundle\Entity\CMTS';