mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修改View->config返回值与注释不匹配问题
This commit is contained in:
@@ -127,7 +127,7 @@ class View
|
|||||||
* @access private
|
* @access private
|
||||||
* @param string|array $name 参数名
|
* @param string|array $name 参数名
|
||||||
* @param mixed $value 参数值
|
* @param mixed $value 参数值
|
||||||
* @return void
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function config($name, $value = null)
|
public function config($name, $value = null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user