From 081d96da32639bf2d53112466624dae4df6c4766 Mon Sep 17 00:00:00 2001 From: ljl Date: Mon, 14 Aug 2023 09:59:57 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index ed82902..ef8e73e 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -4,6 +4,7 @@ declare(strict_types=1); namespace App\Command; +use App\Helper\Log; use App\Helper\Platform\Notification; use App\Helper\Platform\Signer; use App\Helper\StringHelper;