remove unneeded variable

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-03-01 16:43:17 +01:00
parent 7a15d82a3a
commit 7cc0f5d9f0
1 changed files with 1 additions and 4 deletions

View File

@ -103,9 +103,6 @@ class RequestController
$this->domainController = $this->container->get(name: DomainController::class);
$this->domainRepository = $this->container->get(name: DomainRepository::class);
$this->panelRepository = $this->container->get(name: PanelRepository::class);
// ***
//$this->nameserverRepositoy = $this->container->get(name: NameserverRepository::class);
}
/**
@ -493,7 +490,7 @@ class RequestController
private function apiDoc()
{
//TODO forward to apidoch
//TODO forward to apidoc
}