This commit is contained in:
Simon Vieille 2015-02-21 20:32:06 +01:00
parent 27624a9f0e
commit a0fa15cc00
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ValidatorHelper extends AbstractHelper
{
return in_array($value, ['NATIVE', 'MASTER', 'SLAVE', 'SUPERSLAVE']);
}
public static function getName()
{
return 'validator';