瀏覽代碼

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';