mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
fix: missing valid_json in Validation Language
This commit is contained in:
parent
a7fb29f13b
commit
caea1acd17
@ -59,6 +59,7 @@ return [
|
||||
'valid_url' => 'The {field} field must contain a valid URL.',
|
||||
'valid_url_strict' => 'The {field} field must contain a valid URL.',
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
'valid_json' => 'The {field} field must contain a valid json.',
|
||||
|
||||
// Credit Cards
|
||||
'valid_cc_num' => '{field} does not appear to be a valid credit card number.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user