added logger

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-22 16:39:14 +01:00
parent 7e5810a936
commit 7ad82a44b4
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ class RequestController
if ($result = $this->domainRepository->insert(domain: $domain)) {
$this->header = "201 Created";
$this->status = "201 Created";
$this->domainController->createSlaveZoneFile(domain: $domain);
} else {
$this->header = "500 Server error";
$this->status = "500 Server error";