Skip to content

Commit

Permalink
Another indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjducharme committed Aug 24, 2019
1 parent 9cfe438 commit f8981f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class RegisterController extends Controller
protected function validator(array $data)
{
$messages = [
'g-recaptcha-response.required' => 'You must verify that you are not a robot.',
'g-recaptcha-response.required' => 'You must verify that you are not a robot.',
];

return Validator::make($data, [
Expand Down

0 comments on commit f8981f2

Please sign in to comment.