Basically, I've converted the variable $require_type_of_rules (that was a hard-coded list of rules that will run even when the field is not present on the input) to a public static property into the configuration section (meaning that those values will be configurable when extending the GUMP class).
Closes #345
Basically, I've converted the variable
$require_type_of_rules
(that was a hard-coded list of rules that will run even when the field is not present on the input) to a public static property into the configuration section (meaning that those values will be configurable when extending the GUMP class).