Browse Source

fix namespace

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
8133d180af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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