@@ -48,7 +48,7 @@ |
||
48 | 48 | */ |
49 | 49 | public function message() |
50 | 50 | { |
51 | - return 'The :attribute is not a valid value for the ' . Enum::class; |
|
51 | + return 'The :attribute is not a valid value for the '.Enum::class; |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | /** |