Update Extend_CMS_Interface.md

Add missing `private` declaration.
This commit is contained in:
Garion 2016-03-20 13:08:23 +13:00
parent 47179fc808
commit c59cd1e598

View File

@ -203,7 +203,7 @@ applicable controller actions to it:
:::php
class CustomActionsExtension extends LeftAndMainExtension {
static $allowed_actions = array(
private static $allowed_actions = array(
'sampleAction'
);