This commit is contained in:
iVampireSP.com 2023-02-05 17:39:32 +08:00
parent 9cccf1046e
commit fb81aa0f65
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -41,6 +41,10 @@ public function __construct(HostModel $host, $type = 'post', $pass_unavailable =
*/
public function handle(): void
{
if (! isset($this->host)) {
return;
}
$host = $this->host;
// 忽略 unavailable 状态的 host