Browse Source

fix namespace

Guillermo Espinoza 7 years ago
parent
commit
8133d180af
1 changed files with 1 additions and 1 deletions
  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