chenged content to panel

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-22 16:04:40 +01:00
parent cbb428d417
commit b951e4d06e
1 changed files with 3 additions and 3 deletions

View File

@ -133,9 +133,9 @@ class RequestController
$resultDomain = [];
foreach ($domains as $singleDomain) {
$domain = [
'id' => $singleDomain->getId(),
'name' => $singleDomain->getName(),
'content' => json_decode(json: $singleDomain->getContent())
'id' => $singleDomain->getId(),
'name' => $singleDomain->getName(),
'panel' => $singleDomain->getPanel()
];
$resultDomain[] = $domain;
}