response_start位置更改为response_send

This commit is contained in:
thinkphp
2017-06-23 12:27:03 +08:00
parent 3e62fe152f
commit 414e6d6a11
2 changed files with 4 additions and 4 deletions

View File

@@ -1450,7 +1450,7 @@ class Route
}
if (!empty($option['response'])) {
Hook::add('response_start', $option['response']);
Hook::add('response_send', $option['response']);
}
// 解析额外参数