调整参数申请名大小写

This commit is contained in:
yinggaozhen
2017-08-02 19:40:50 +08:00
committed by ThinkPHP
parent 7f4e908c0e
commit b20a50c475

View File

@@ -431,7 +431,7 @@ class Loader
* @param string $layer 验证层名称
* @param bool $appendSuffix 是否添加类名后缀
* @param string $common 公共模块名
* @return Object|false
* @return object|false
* @throws ClassNotFoundException
*/
public static function validate($name = '', $layer = 'validate', $appendSuffix = false, $common = 'common')