Add message for UUID validation rule

This commit is contained in:
Clemir Rondón
2018-10-28 11:04:31 -04:00
parent 6ee6f6423b
commit c96995fb61

View File

@@ -112,6 +112,7 @@ return [
'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.',
/*
|--------------------------------------------------------------------------