@@ -70,7 +70,7 @@ |
||
70 | 70 | if (key($rule) == 'custom-validator') { |
71 | 71 | if ('email' != current($rule)) { |
72 | 72 | throw new \RuntimeException( |
73 | - 'Oops! `'.key($rule).'` custom validator is not available. Only email are.' |
|
73 | + 'Oops! `' . key($rule) . '` custom validator is not available. Only email are.' |
|
74 | 74 | ); |
75 | 75 | } |
76 | 76 |