From fa4b2bb8d94b06b2794b35884c8837aa327c6ca6 Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 4 Dec 2023 21:19:32 +0800 Subject: [PATCH] eee --- src/Validator/BindForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Validator/BindForm.php b/src/Validator/BindForm.php index cae8805..47f5da3 100644 --- a/src/Validator/BindForm.php +++ b/src/Validator/BindForm.php @@ -90,7 +90,7 @@ class BindForm implements InjectParameterInterface 'int' => 0, 'bool' => false, 'string' => '', - default => throw new Exception('暂不支持') + default => throw new Exception('暂不支持的类型') }; }