Explorar el Código

Update const workflow class

Guillermo Espinoza hace 7 años
padre
commit
47ca3a5956
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Utils/WorkFlowEntityClasses.php

+ 1 - 1
Utils/WorkFlowEntityClasses.php

@@ -23,7 +23,7 @@ class WorkFlowEntityClasses
 
     const CABLEMODEM_CABLEMODEM = 'CablemodemBundle\Entity\Cablemodem';
 
-    const DHCP_HOST = 'IPv4Bundle\Entity\Host';
+    const DHCP_HOST = 'HostBundle\Entity\Host';
 
     const DHCP_POOL = 'IPv4Bundle\Entity\Pool';