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