切换request

This commit is contained in:
wuyanwen
2020-01-09 08:22:17 +08:00
parent 2a805b6709
commit 4387bbb7f9

View File

@@ -1,7 +1,7 @@
<?php
namespace catchAdmin\system\controller;
use app\Request;
use catcher\base\CatchRequest as Request;
use catcher\base\CatchController;
use catcher\CatchResponse;
use catcher\exceptions\FailedException;