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