mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进Validate
This commit is contained in:
@@ -417,7 +417,7 @@ class Validate
|
||||
$i++;
|
||||
}
|
||||
}
|
||||
return true !== $result ? $result : true;
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user