From a054dab135670860192c5232a63c11dccc751005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Sat, 28 Dec 2024 16:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/console.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/console.php b/routes/console.php index dff17a1..8e86ce8 100644 --- a/routes/console.php +++ b/routes/console.php @@ -15,7 +15,5 @@ use Illuminate\Foundation\Inspiring; */ Artisan::command('inspire', function () { - $order= \App\Models\BusinessOrder::query()->find(6582); - BusinessFactory::init()->make($order->shop->plat_id)->setShop($order->shop)->queryStatusAndSync($order); $this->comment(Inspiring::quote()); })->describe('Display an inspiring quote');