"data." prefix on greater than form validation message
Not sure if I'm missing something obvious here, but I'm wanting to make sure one form field is greater than 4 * value of another field.
I've achieved this by passing a closure to the
...but the resulting validation message is preceded by a
Is there a way to remove this prefix without creating my own custom rules?
I've achieved this by passing a closure to the
->gt() method......but the resulting validation message is preceded by a
data. prefix...Is there a way to remove this prefix without creating my own custom rules?