From 2cfc0d11c55ef23dee946fc2de673be8bd342e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Tue, 11 Apr 2023 16:29:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/Swoole.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/Swoole.php b/app/Console/Commands/Swoole.php index ebf34af..dde673d 100644 --- a/app/Console/Commands/Swoole.php +++ b/app/Console/Commands/Swoole.php @@ -6,7 +6,6 @@ use App\Services\Business\BusinessFactory; use App\Utils\DateTimeUtils; use Illuminate\Console\Command; use App\Models\Shop; -use Illuminate\Support\Facades\Log; use Swoole\Timer; use Swoole\Event;