mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正Input类一处问题
This commit is contained in:
@@ -292,7 +292,7 @@ class Input
|
||||
static::typeCast($data, $type);
|
||||
}
|
||||
} else {
|
||||
$data = $default;
|
||||
$data = [];
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user