@ -38,8 +38,6 @@ class Article extends Controller
$model = new ArticleModel;
$title = (string)$this->request->param('title');
$list = $model->getList($categoryId, 15, $title);
return $this->renderSuccess(compact('list'));
}