6
$this->only = $this->append = $this->remove = [];
if (empty($scene)) {
return;
}
现在不能使用remove方法了吗?
$validate->remove('email')->check($data);
更新到v5.1.39 LTS 后 发现这个版本把
$this->only = $this->append = $this->remove = [];
这句上移了 导致remove的被置空了