Skip to content

Commit

Permalink
ENH Standardise extension hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 15, 2024
1 parent 07fee74 commit c2e89e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/FluentSiteTreeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FluentSiteTreeExtension extends FluentVersionedExtension
*
* @param string &$tags
*/
public function MetaTags(&$tags)
protected function updateMetaTags(&$tags)
{
$tags .= $this->owner->renderWith('FluentSiteTree_MetaTags');
}
Expand Down

0 comments on commit c2e89e1

Please sign in to comment.