automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:48 +00:00
parent fc11f5115e
commit 69dae414b1

View File

@ -173,7 +173,7 @@ final class Application
$head = new Head();
$pageView->setData('unitId', $this->app->unitId);
$pageView->data['head'] = $head;
$pageView->head = $head;
$response->set('Content', $pageView);
/* App only allows GET */