Luciano Andrade 7 年之前
父節點
當前提交
a6ef85927a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Utils/WorkFlowEntityClasses.php

+ 2 - 0
Utils/WorkFlowEntityClasses.php

@@ -16,6 +16,8 @@ class WorkFlowEntityClasses
     const FTTH_ONU = 'FTTHBundle\Entity\ONU';
 
     const FTTH_OLT = 'FTTHBundle\Entity\OLT';
+
+    const FTTH_NAS = 'RadiusBundle\Entity\NAS';
     
     const BASE_CLIENT = 'ClientBundle\Entity\Client';