Guillermo Espinoza 7 anni fa
parent
commit
8133d180af
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/KeaBundle/Services/BaseKea.php

+ 1 - 1
src/KeaBundle/Services/BaseKea.php

@@ -2,7 +2,7 @@
 
 namespace KeaBundle\Services;
 
-use IPv4Bundle\Utils\HostStatus;
+use HostBundle\Utils\HostStatus;
 use KeaBundle\Interfaces\KeaConfigInterface;
 
 class BaseKea implements KeaConfigInterface