Skip to content

Commit

Permalink
Merge pull request #391 from creative-commoners/pulls/5/protect-hooks
Browse files Browse the repository at this point in the history
API Set extension hook implementation visibility to protected
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents e1dc73f + c044b66 commit 4e4f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/GridFieldDetailFormItemRequestExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class GridFieldDetailFormItemRequestExtension extends Extension
/**
* @param FieldList $actions
*/
public function updateFormActions(FieldList &$actions)
protected function updateFormActions(FieldList &$actions)
{
$grid = $this->owner->getGridField();
$gridFieldConfig = $grid->getConfig();
Expand Down

0 comments on commit 4e4f472

Please sign in to comment.