Skip to content

Commit b590292

Browse files
authored
Fix Value instance type error when merging non-existent seo data (#246)
1 parent 216887d commit b590292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reporting/Report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function pagesFromContent()
122122
$data = (new Cascade)
123123
->with(SiteDefaults::load()->augmented())
124124
->with($this->getAugmentedSectionDefaults($content))
125-
->with($content->augmentedValue('seo'))
125+
->with($content->augmentedValue('seo')->value())
126126
->withCurrent($content)
127127
->get();
128128

0 commit comments

Comments
 (0)