From 2e1d7aaa79cae0f7da7874bb481986d5e203a12c Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 20:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4request=20bind=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=BD=A2=E5=8F=82=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Request.php b/library/think/Request.php index 5fc889e2..ab79858c 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -1609,7 +1609,7 @@ class Request /** * 设置当前请求绑定的对象实例 * @access public - * @param string $name 绑定的对象标识 + * @param string|array $name 绑定的对象标识 * @param mixed $obj 绑定的对象实例 * @return mixed */