mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
feat: 增加内置节点注册任务;优化定时器代码结构;
This commit is contained in:
9
app/common/service/TimerService.php
Normal file
9
app/common/service/TimerService.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\service;
|
||||
|
||||
use base\common\service\TimerServiceBase;
|
||||
|
||||
class TimerService extends TimerServiceBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user