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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Service\BindAPI;
|
||||
use Exception;
|
||||
|
||||
error_reporting(error_level: E_ALL);
|
||||
|
|
Loading…
Reference in New Issue