Completed
Pull Request — master (#19)
by
unknown
09:01
created
src/Rules/EnumRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.