소스 검색

Fix nombre constant

Guillermo Espinoza 7 년 전
부모
커밋
17a53335cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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';