This commit is contained in:
2020-10-30 10:38:31 +08:00
parent ab3ea24227
commit e26439a439
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ class EmptyValidator extends BaseValidator
/** @var string [可为空, 不能为null] */
const CAN_NOT_NULL = 'not null';
public $method;
public string $method;
/**
* @return bool