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