提交 0bca1d47 编写于 作者: T Terry

bug fix: PHP Parse error: syntax error,unexpected 'List' (T_LIST),expecting identifier (T_STRING)

上级 de52af8c
......@@ -125,7 +125,7 @@ class Favorite extends Service
* 'asArray' => true,
* ]
*/
public function list($filter)
public function actionList($filter)
{
return $this->_favorite->list($filter);
}
......
......@@ -156,7 +156,7 @@ class Review extends Service
/**
* 查看review 的列表
*/
public function list($filter)
public function actionList($filter)
{
return $this->_review->list($filter);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册