From 15f510970d62d807331908944c2ba7166d3e8dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Lundb=C3=B8l?= Date: Wed, 28 Feb 2018 15:59:33 +0100 Subject: [PATCH] Be consistent to Siesta --- src/Exceptions/Exceptions/ValidationException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/Exceptions/ValidationException.php b/src/Exceptions/Exceptions/ValidationException.php index da3788d..7b7c36c 100644 --- a/src/Exceptions/Exceptions/ValidationException.php +++ b/src/Exceptions/Exceptions/ValidationException.php @@ -9,7 +9,7 @@ class ValidationException extends Exception * * @var int */ - public $responseCode = 422; + public $responseCode = 400; /** * The suggested status code.