From 6cc719ebf5d01a6c985ca51845c88f5bf3c1f97b Mon Sep 17 00:00:00 2001 From: xboard Date: Fri, 14 Jun 2024 00:05:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D59f40df=20=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E8=AE=A2=E5=8D=95tg=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/V1/Guest/PaymentController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/V1/Guest/PaymentController.php b/app/Http/Controllers/V1/Guest/PaymentController.php index 07a8bb0..b7cf604 100644 --- a/app/Http/Controllers/V1/Guest/PaymentController.php +++ b/app/Http/Controllers/V1/Guest/PaymentController.php @@ -5,6 +5,7 @@ namespace App\Http\Controllers\V1\Guest; use App\Exceptions\ApiException; use App\Http\Controllers\Controller; use App\Models\Order; +use App\Models\Payment; use App\Services\OrderService; use App\Services\PaymentService; use App\Services\TelegramService;