mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
3.1 compat changes
This commit is contained in:
parent
e15366359e
commit
7f6c958914
@ -49,7 +49,7 @@ class TestPage extends Page {
|
||||
* Parent class of all test page controllers
|
||||
*/
|
||||
class TestPage_Controller extends Page_Controller {
|
||||
static $allowed_actions = array(
|
||||
private static $allowed_actions = array(
|
||||
'Form',
|
||||
'save',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user