mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
fix(timer): 修复 F2 代码质量问题
- HostServiceBase: move Log::error before throw so it actually executes - TimerBase: remove empty comment block
This commit is contained in:
@@ -265,8 +265,6 @@ class TimerBase extends Command
|
||||
continue;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
$http->request($host . $request_item['target'], [
|
||||
'headers' => [
|
||||
'Host' => $site_host,
|
||||
|
||||
Reference in New Issue
Block a user