mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
response_start位置更改为response_send
This commit is contained in:
@@ -1450,7 +1450,7 @@ class Route
|
||||
}
|
||||
|
||||
if (!empty($option['response'])) {
|
||||
Hook::add('response_start', $option['response']);
|
||||
Hook::add('response_send', $option['response']);
|
||||
}
|
||||
|
||||
// 解析额外参数
|
||||
|
||||
Reference in New Issue
Block a user