mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
修正
This commit is contained in:
@@ -53,7 +53,7 @@ class Response
|
|||||||
$this->options = array_merge($this->options, $options);
|
$this->options = array_merge($this->options, $options);
|
||||||
}
|
}
|
||||||
$this->contentType($this->contentType, $this->charset);
|
$this->contentType($this->contentType, $this->charset);
|
||||||
$this->header = $header;
|
$this->header = array_merge($this->header, $header);
|
||||||
$this->code = $code;
|
$this->code = $code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user