removed call to deleted function
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
0f279764a8
commit
44ff33120d
|
@ -449,7 +449,6 @@ class BindAPI
|
||||||
$body = [
|
$body = [
|
||||||
'name' => $domainName,
|
'name' => $domainName,
|
||||||
'panel' => $panel->getName(),
|
'panel' => $panel->getName(),
|
||||||
'content' => $this->domainController->createPanelContent(panel: $panel->getName())
|
|
||||||
];
|
];
|
||||||
try {
|
try {
|
||||||
if (!empty($nameServer->getAaaa())) {
|
if (!empty($nameServer->getAaaa())) {
|
||||||
|
|
Loading…
Reference in New Issue