mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
将所有主要逻辑代码迁移到extend中,并在service中注册调用;
This commit is contained in:
@@ -45,7 +45,7 @@ class TimerBase extends Command
|
||||
|
||||
while (true) {
|
||||
try {
|
||||
$config_list = include __DIR__ . '/timer/config.php';
|
||||
$config_list = include app_file_path('common/command/timer/config.php');
|
||||
|
||||
$list_promises = [];
|
||||
foreach ($config_list as $config_item) {
|
||||
|
||||
Reference in New Issue
Block a user