1、内核更新
2、模板管理优化
This commit is contained in:
@@ -115,7 +115,7 @@ class Validate
|
||||
{
|
||||
$this->rule = array_merge($this->rule, $rules);
|
||||
$this->message = array_merge($this->message, $message);
|
||||
$this->field = $field;
|
||||
$this->field = array_merge($this->field, $field);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user