Skip to content

Commit

Permalink
Fix Value instance type error when merging non-existent seo data (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite authored Dec 13, 2022
1 parent 216887d commit b590292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reporting/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function pagesFromContent()
$data = (new Cascade)
->with(SiteDefaults::load()->augmented())
->with($this->getAugmentedSectionDefaults($content))
->with($content->augmentedValue('seo'))
->with($content->augmentedValue('seo')->value())
->withCurrent($content)
->get();

Expand Down

0 comments on commit b590292

Please sign in to comment.