修改模版

This commit is contained in:
JaguarJack 2020-07-04 11:32:04 +08:00
parent a34d687203
commit 6e1be051e2

View File

@ -16,7 +16,7 @@ class Controller
public function uses() public function uses()
{ {
return <<<TMP return <<<TMP
use think\Request; use catcher\base\CatchRequest as Request;
use catcher\CatchResponse; use catcher\CatchResponse;
use catcher\base\CatchController; use catcher\base\CatchController;
{USE} {USE}