mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update Extend_CMS_Interface.md
Add missing `private` declaration.
This commit is contained in:
parent
47179fc808
commit
c59cd1e598
@ -203,7 +203,7 @@ applicable controller actions to it:
|
||||
:::php
|
||||
class CustomActionsExtension extends LeftAndMainExtension {
|
||||
|
||||
static $allowed_actions = array(
|
||||
private static $allowed_actions = array(
|
||||
'sampleAction'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user