Browse Source

Merge pull request #3378 from TheShiftExchange/patch-3

Add validation message for string rule
Taylor Otwell 10 years ago
parent
commit
11a8db8982
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/lang/en/validation.php

+ 1 - 0
resources/lang/en/validation.php

@@ -70,6 +70,7 @@ return [
 		"string"  => "The :attribute must be :size characters.",
 		"array"   => "The :attribute must contain :size items.",
 	],
+	"string"               => "The :attribute must be a string.",
 	"unique"               => "The :attribute has already been taken.",
 	"url"                  => "The :attribute format is invalid.",
 	"timezone"             => "The :attribute must be a valid zone.",