mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
注释修正
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
// 处理输出数据
|
// 处理输出数据
|
||||||
|
|||||||
Reference in New Issue
Block a user