修改模版
This commit is contained in:
parent
0bc448f8e8
commit
9e5bbeae5a
@ -67,10 +67,10 @@ TMP;
|
|||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
return <<<TMP
|
return <<<TMP
|
||||||
{$this->controllerFunctionComment('列表', 'Request $request')}
|
{$this->controllerFunctionComment('列表', '')}
|
||||||
public function index(Request \$request)
|
public function index()
|
||||||
{
|
{
|
||||||
return CatchResponse::paginate(\$this->model->getList(\$request->param()));
|
return CatchResponse::paginate(\$this->model->getList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user