remove unneeded variable
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
7a15d82a3a
commit
7cc0f5d9f0
|
@ -103,9 +103,6 @@ class RequestController
|
||||||
$this->domainController = $this->container->get(name: DomainController::class);
|
$this->domainController = $this->container->get(name: DomainController::class);
|
||||||
$this->domainRepository = $this->container->get(name: DomainRepository::class);
|
$this->domainRepository = $this->container->get(name: DomainRepository::class);
|
||||||
$this->panelRepository = $this->container->get(name: PanelRepository::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()
|
private function apiDoc()
|
||||||
{
|
{
|
||||||
//TODO forward to apidoch …
|
//TODO forward to apidoc …
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue