|
@@ -20,6 +20,10 @@ class WorkFlowEntityClasses
|
|
|
const FTTH_PROFILE = 'FTTHBundle\Entity\Profile';
|
|
|
|
|
|
const FTTH_NAS = 'RadiusBundle\Entity\NAS';
|
|
|
+
|
|
|
+ const RADIUS_ACCESS = 'RadiusBundle\Entity\Access';
|
|
|
+
|
|
|
+ const RADIUS_PROFILE = 'RadiusBundle\Entity\Profile';
|
|
|
|
|
|
const BASE_CLIENT = 'ClientBundle\Entity\Client';
|
|
|
|