mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 15:05:40 +00:00
BUGFIX move allowed_actions to private static (#47)
This commit is contained in:
parent
7204c4792d
commit
9dcfc4f337
@ -15,7 +15,7 @@ class DevCheckController extends Controller
|
|||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $allowed_actions = [
|
private static $allowed_actions = [
|
||||||
'index'
|
'index'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ class DevHealthController extends Controller
|
|||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $allowed_actions = [
|
private static $allowed_actions = [
|
||||||
'index'
|
'index'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user