소스 검색

Merge branch 'master' of ssh://infra.flowdat.com:222/VendorSoftwareFlowdat3/DeviceBundle

Conflicts:
	Utils/DeviceTypes.php
Maxi Schvindt 7 년 전
부모
커밋
e53cfbcc96
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      Utils/DeviceTypes.php

+ 3 - 4
Utils/DeviceTypes.php

@@ -12,10 +12,9 @@ class DeviceTypes
     const FTTH_ONU = 'FTTHBundle\Entity\ONU';
 
     const RADIUS_NAS = 'RadiusBundle\Entity\NAS';
-    
-    const DOCSIS_CMTS = 'CablemodemBundle\Entity\CMTS';
-    
-    const DOCSIS_CABLEMODEM = 'CablemodemBundle\Entity\Cablemodem';
 
+    const CABLEMODEM_CMTS = 'CablemodemBundle\Entity\CMTS';
+
+    const CABLEMODEM_CM = 'CablemodemBundle\Entity\Cablemodem';
 
 }