Skip to content

Commit

Permalink
add validation.values to ignore_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Aug 15, 2024
1 parent fd66f1e commit 882b938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
'dumper' => \Bambamboole\LaravelTranslationDumper\TranslationDumper::class,
'dump_prefix' => 'x-',
'ignore_keys' => [
// This key is used by Laravel validator to check if a custom validation message is present
// These keys is used by Laravel validator to check if a custom validation message is present
'validation.custom',
'validation.values',
// Ignore namespaced keys since it is not implemented yet
'::',
],
Expand Down

0 comments on commit 882b938

Please sign in to comment.