From 638dda9c3fb12f8ad53cbe43b8ff9d70a23d22cd Mon Sep 17 00:00:00 2001 From: hazim Date: Thu, 7 Mar 2019 16:59:17 +0800 Subject: [PATCH] update contact recode and clean up --- .../Contacts/Exceptions/CannotCreateContactException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Contacts/Exceptions/CannotCreateContactException.php b/app/Classes/Modules/Contacts/Exceptions/CannotCreateContactException.php index 6609024..0ab4115 100644 --- a/app/Classes/Modules/Contacts/Exceptions/CannotCreateContactException.php +++ b/app/Classes/Modules/Contacts/Exceptions/CannotCreateContactException.php @@ -19,6 +19,6 @@ final class CannotCreateContactException extends ErrorException */ public function __construct(string $message) { - parent::_construct($message,HttpStatus::BAD_REQUEST); + parent::_construct($message, HttpStatus::BAD_REQUEST); } } \ No newline at end of file