Skip to content

Commit

Permalink
🗝️ Updated Laravel Framework 11.x keys
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored and github-actions[bot] committed May 10, 2024
1 parent d041209 commit 8382bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/framework/11.x/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'boolean' => 'The :attribute field must be true or false.',
'can' => 'The :attribute field contains an unauthorized value.',
'confirmed' => 'The :attribute field confirmation does not match.',
'contains' => 'The :attribute field is missing a required value.',
'current_password' => 'The password is incorrect.',
'custom' => [
'attribute-name' => [
Expand Down

0 comments on commit 8382bb7

Please sign in to comment.