BUGFIX move allowed_actions to private static

This commit is contained in:
Andrew Aitken-Fincham 2017-08-10 12:13:35 +01:00
parent 7204c4792d
commit 7d8a6dda96
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class DevCheckController extends Controller
/**
* @var array
*/
public static $allowed_actions = [
private static $allowed_actions = [
'index'
];

View File

@ -15,7 +15,7 @@ class DevHealthController extends Controller
/**
* @var array
*/
public static $allowed_actions = [
private static $allowed_actions = [
'index'
];