This commit is contained in:
2023-12-04 21:19:32 +08:00
parent bea385bbff
commit fa4b2bb8d9
+1 -1
View File
@@ -90,7 +90,7 @@ class BindForm implements InjectParameterInterface
'int' => 0,
'bool' => false,
'string' => '',
default => throw new Exception('暂不支持')
default => throw new Exception('暂不支持的类型')
};
}