update contact recode and clean up

This commit is contained in:
hazim
2019-03-07 16:59:17 +08:00
parent 82fa15b79e
commit 638dda9c3f
@@ -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);
}
}