Skip to content

Commit

Permalink
chore(em): add missing validation key
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 12, 2024
1 parent 1f941c4 commit bfde624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/core/locale/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ validation:
present: "The :attribute field must be present."
regex: "The :attribute format is invalid."
required: "The :attribute field is required."
required_array_keys: "The :attribute array must contain entries for: :values."
required_if: "The :attribute field is required when :other is :value."
required_unless: "The :attribute field is required unless :other is in :values."
required_with: "The :attribute field is required when :values is present."
Expand Down

0 comments on commit bfde624

Please sign in to comment.