This commit is contained in:
Simon Vieille 2015-02-21 20:32:06 +01:00
parent 27624a9f0e
commit a0fa15cc00

View file

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