mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
新增定时任务功能;
This commit is contained in:
11
app/common/controller/ToolsController.php
Normal file
11
app/common/controller/ToolsController.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\controller;
|
||||
|
||||
use app\BaseController;
|
||||
use app\common\traits\JumpTrait;
|
||||
|
||||
class ToolsController extends BaseController
|
||||
{
|
||||
use JumpTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user