mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
调整request bind方法形参类型
This commit is contained in:
@@ -1609,7 +1609,7 @@ class Request
|
|||||||
/**
|
/**
|
||||||
* 设置当前请求绑定的对象实例
|
* 设置当前请求绑定的对象实例
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $name 绑定的对象标识
|
* @param string|array $name 绑定的对象标识
|
||||||
* @param mixed $obj 绑定的对象实例
|
* @param mixed $obj 绑定的对象实例
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user