Selaa lähdekoodia

fix namespace

Guillermo Espinoza 7 vuotta sitten
vanhempi
commit
8133d180af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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