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