Skip to content

Commit

Permalink
Change case of internal helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 30, 2022
1 parent 6d135e9 commit aeebbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Concerns/HasPageMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getDynamicMetadata(): array
$array[] = '<link rel="sitemap" type="application/xml" title="Sitemap" href="'.Hyde::url('sitemap.xml').'" />';
}

if ($this->canUseRssFeedlink()) {
if ($this->canUseRssFeedLink()) {
$array[] = $this->makeRssFeedLink();
}

Expand Down

0 comments on commit aeebbfa

Please sign in to comment.