fixed change path for BindApi class
This commit is contained in:
parent
e4f5a4a07e
commit
730ae25d63
2
TODO
2
TODO
|
@ -1,3 +1,3 @@
|
||||||
versions, get from weekly
|
check keytype of panel/bindApi
|
||||||
more UNIT tests
|
more UNIT tests
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "24unix/bindapi",
|
"name": "24unix/bindapi",
|
||||||
"description": "manage Bind9 DNS server via REST API",
|
"description": "manage Bind9 DNS server via REST API",
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
"build_number": "346",
|
"build_number": "347",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Micha Espey",
|
"name": "Micha Espey",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
namespace App\Controller;
|
namespace App\Controller;
|
||||||
|
|
||||||
|
use App\Service\BindAPI;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
error_reporting(error_level: E_ALL);
|
error_reporting(error_level: E_ALL);
|
||||||
|
|
Loading…
Reference in New Issue