删除不必要的引入

This commit is contained in:
yanwenwu 2020-01-23 21:26:45 +08:00
parent 0708d4ce61
commit bea3e43937

View File

@ -2,8 +2,6 @@
namespace catcher\base;
use catcher\CatchAdmin;
use catcher\CatchResponse;
use think\facade\View;
abstract class CatchController
{