From f502f7a9b71d1e9b62df3c7a8628acf12e50dbb5 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Thu, 2 Jan 2020 18:57:32 +0000 Subject: [PATCH] :pencil: Fix weird indentation --- src/Concerns/ResolvesValidation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Concerns/ResolvesValidation.php b/src/Concerns/ResolvesValidation.php index 7660775..8354e1e 100644 --- a/src/Concerns/ResolvesValidation.php +++ b/src/Concerns/ResolvesValidation.php @@ -92,8 +92,8 @@ protected function createDefaultValidator(ValidationFactory $factory) protected function failedValidation() { throw (new ValidationException($this->validator)) - ->errorBag($this->errorBag) - ->redirectTo($this->getRedirectUrl()); + ->errorBag($this->errorBag) + ->redirectTo($this->getRedirectUrl()); } protected function getRedirectUrl()