mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Merge pull request #391 from creative-commoners/pulls/5/protect-hooks
API Set extension hook implementation visibility to protected
This commit is contained in:
commit
4e4f4725a4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user