From 730ae25d63956bb00143165b4aea5b8ef0cbe465 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 19 Apr 2024 16:19:17 +0200 Subject: [PATCH] fixed change path for BindApi class --- TODO | 2 +- composer.json | 2 +- public/index.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 9920c54..b157b6e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,3 @@ -versions, get from weekly +check keytype of panel/bindApi more UNIT tests diff --git a/composer.json b/composer.json index 36aec7f..73a4b55 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "24unix/bindapi", "description": "manage Bind9 DNS server via REST API", "version": "1.0.7", - "build_number": "346", + "build_number": "347", "authors": [ { "name": "Micha Espey", diff --git a/public/index.php b/public/index.php index ab41964..45b6dd2 100644 --- a/public/index.php +++ b/public/index.php @@ -2,6 +2,7 @@ namespace App\Controller; +use App\Service\BindAPI; use Exception; error_reporting(error_level: E_ALL);