mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
改进命令行下面的URL生成
This commit is contained in:
@@ -132,9 +132,7 @@ class Request
|
||||
if (is_null($this->filter)) {
|
||||
$this->filter = Config::get('default_filter');
|
||||
}
|
||||
if (Config::get('default_url_root')) {
|
||||
$this->root(Config::get('default_url_root'));
|
||||
}
|
||||
|
||||
// 保存 php://input
|
||||
$this->input = file_get_contents('php://input');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user