Bläddra i källkod

Update const workflow class

Guillermo Espinoza 7 år sedan
förälder
incheckning
47ca3a5956
1 ändrade filer med 1 tillägg och 1 borttagningar
  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';