mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
新增request env属性
This commit is contained in:
@@ -59,6 +59,11 @@ class Request
|
||||
*/
|
||||
protected $routeInfo = [];
|
||||
|
||||
/**
|
||||
* @var array 环境变量
|
||||
*/
|
||||
protected $env;
|
||||
|
||||
/**
|
||||
* @var array 当前调度信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user