Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Feyer <github@contao.org>
  • Loading branch information
Toflar and leofeyer committed Jun 11, 2021
1 parent 8a35bc9 commit 0d7f8d9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ public function createContaoWebpageResponseContext(PageModel $pageModel): Respon
;

if ($pageModel->robots) {
$htmlHeadBag
->setMetaRobots($pageModel->robots)
;
$htmlHeadBag->setMetaRobots($pageModel->robots);
}

return $context;
Expand Down

0 comments on commit 0d7f8d9

Please sign in to comment.