修正Request

This commit is contained in:
thinkphp
2016-05-10 10:50:59 +08:00
parent 4a3ddd4353
commit 16355d9aca

View File

@@ -21,6 +21,11 @@ class Request
*/
protected static $instance;
/**
* @var string URL地址
*/
protected $url;
/**
* @var string 基础URL
*/