framework
framework copied to clipboard
修复 validate 批量验证不起作用的问题
在使用 $validate->batch()->check($data); 时并不会生效,当$data是多条数据而不是单条数据时