fixed change path for BindApi class
This commit is contained in:
parent
730ae25d63
commit
cc4bbbecb4
|
@ -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",
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Service\BindAPI;
|
||||
use Exception;
|
||||
|
||||
error_reporting(error_level: E_ALL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue