From b3a58b052848c8a632f9da64e257aa92214324d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 20 Sep 2022 18:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorkerStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorkerStatus.php b/WorkerStatus.php index 13957de..02f0d3e 100644 --- a/WorkerStatus.php +++ b/WorkerStatus.php @@ -8,7 +8,7 @@ class WorkerStatus { - public StatusEnum $enum; + public StatusEnum $enum = StatusEnum::START; /**