Selaa lähdekoodia

Fix nombre constant

Guillermo Espinoza 7 vuotta sitten
vanhempi
commit
17a53335cc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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';