From f8981f2e2434be9a290c84b7f49d578fb15c03b5 Mon Sep 17 00:00:00 2001 From: Michael Ducharme Date: Fri, 23 Aug 2019 22:50:42 -0700 Subject: [PATCH] Another indentation fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b495f8c..3092ece 100644 --- a/README.md +++ b/README.md @@ -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, [