mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
增加扩展机制定位文件;将common模块实现扩展模式;发布新版本;
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
|
||||
namespace app\common\controller;
|
||||
|
||||
use app\BaseController;
|
||||
use app\common\traits\JumpTrait;
|
||||
use base\common\controller\ToolsControllerBase;
|
||||
|
||||
class ToolsController extends BaseController
|
||||
class ToolsController extends ToolsControllerBase
|
||||
{
|
||||
use JumpTrait;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user