no message

This commit is contained in:
hellcat 2025-12-18 20:12:18 +08:00
parent 795d5208a8
commit 9ad13bfdde

View File

@ -1,6 +1,8 @@
<?php
// 版本 25/12/12
// 定制 async = false
declare(strict_types=1);
@ -64,7 +66,7 @@ class Slave
public bool $enableDetail = true;
public bool $enableAsync = true;
public bool $enableAsync = false;
private bool $enableSend = true;