fixed change path for BindApi class

This commit is contained in:
tracer 2024-04-19 16:36:00 +02:00
parent 730ae25d63
commit cc4bbbecb4
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"name": "24unix/bindapi",
"description": "manage Bind9 DNS server via REST API",
"version": "1.0.7",
"build_number": "347",
"build_number": "348",
"authors": [
{
"name": "Micha Espey",

View File

@ -1,9 +1,6 @@
<?php declare(strict_types=1);
namespace App\Controller;
use App\Service\BindAPI;
use Exception;
error_reporting(error_level: E_ALL);