Merge pull request #4834 from clemir/uuid-validation
Add message for UUID validation rule
This commit is contained in:
commit
51c0f51acb
|
@ -112,6 +112,7 @@
|
|||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue