Add ends_with validation message

See: 93c6874189 (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
Miles Cellar 2019-05-12 11:45:19 +02:00 committed by GitHub
parent 3b8ca7d3ba
commit b0bf8f9c0c

View File

@ -25,6 +25,7 @@ validation:
dimensions: "The :attribute has invalid image dimensions."
distinct: "The :attribute field has a duplicate value."
email: "The :attribute must be a valid email address."
ends_with: "The :attribute must end with one of the following: :values"
exists: "The selected :attribute is invalid."
file: "The :attribute must be a file."
filled: "The :attribute field must have a value."