Merge pull request #97 from icecaster/master

declaring allowed actions as private as per RequestHandler
This commit is contained in:
Loz Calver 2017-08-07 15:59:04 +01:00 committed by GitHub
commit 09db27ade8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class StringTagField extends DropdownField
/**
* @var array
*/
public static $allowed_actions = [
private static $allowed_actions = [
'suggest'
];