|
|
@@ -3,6 +3,7 @@
|
|
|
namespace ThurData\Servers\KerioEmail\Core\Helper;
|
|
|
use ThurData\Servers\KerioEmail\Core\Models\Whmcs\Server;
|
|
|
use ThurData\Servers\KerioEmail\App\Libs\Product\ProductManager;
|
|
|
+use ThurData\Servers\KerioEmail\Api\KerioWhmcs;
|
|
|
use WHMCS\Database\Capsule;
|
|
|
|
|
|
require_once '/usr/share/php/Net/DNS2.php';
|
|
|
@@ -16,7 +17,6 @@ use \Net\DNS2\Net_DNS2_Resolver as Net_DNS2_Resolver;
|
|
|
class DnsHelper
|
|
|
{
|
|
|
use \ThurData\Servers\KerioEmail\Core\UI\Traits\WhmcsParams;
|
|
|
- use ThurData\Servers\KerioEmail\Api\KerioWhmcs;
|
|
|
|
|
|
public function __construct()
|
|
|
{
|