From c96995fb61632c6da0d7fc13cf6fd16a57f6c5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clemir=20Rond=C3=B3n?= Date: Sun, 28 Oct 2018 11:04:31 -0400 Subject: [PATCH] Add message for UUID validation rule --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 0ad08aed..7e0cb40f 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -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.', /* |--------------------------------------------------------------------------