mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
update to 2.0.0-b7 version
fix environment getter
This commit is contained in:
@@ -94,7 +94,6 @@ class Response
|
||||
*/
|
||||
public function status($http_code, $reason = null) {
|
||||
$this->status_code = $http_code;
|
||||
Console::trace();
|
||||
return $this->response->status($http_code, $reason);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user