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 = [
|
||||
'name' => $domainName,
|
||||
'panel' => $panel->getName(),
|
||||
'content' => $this->domainController->createPanelContent(panel: $panel->getName())
|
||||
];
|
||||
try {
|
||||
if (!empty($nameServer->getAaaa())) {
|
||||
|
|
Loading…
Reference in New Issue