用户管理

This commit is contained in:
wuyanwen
2019-12-07 17:31:38 +08:00
parent fa4837487b
commit 330a19e8c3
35 changed files with 1181 additions and 214 deletions

View File

@@ -5,7 +5,7 @@ interface ValidateInterface
{
public function type(): string ;
public function verify($value, $field): bool ;
public function verify($value): bool ;
public function message(): string ;
}