mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
Controller类增加batchValidate属性 validate方法增加batch参数,用于设置是否批量验证
异常类改进
This commit is contained in:
@@ -94,7 +94,7 @@ class Session
|
||||
|
||||
// 检查驱动类
|
||||
if (!class_exists($class) || !session_set_save_handler(new $class($config))) {
|
||||
throw new ClassNotFoundException('error session handler');
|
||||
throw new ClassNotFoundException('error session handler', $class);
|
||||
}
|
||||
}
|
||||
if ($isDoStart) {
|
||||
|
||||
Reference in New Issue
Block a user