注释修正

This commit is contained in:
thinkphp
2017-06-23 12:28:31 +08:00
parent 414e6d6a11
commit e427ae5776

View File

@@ -89,7 +89,7 @@ class Response
*/ */
public function send() public function send()
{ {
// 监听response_start // 监听response_send
Hook::listen('response_send', $this); Hook::listen('response_send', $this);
// 处理输出数据 // 处理输出数据