Fix PaymentController.php

修复由Jun 8, 2024提交的2个commit产生的报错
This commit is contained in:
大大白 2024-06-13 23:25:23 +08:00 committed by GitHub
parent fc283af60f
commit 338aad7f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ use App\Services\OrderService;
use App\Services\PaymentService;
use App\Services\TelegramService;
use Illuminate\Http\Request;
use App\Models\Payment;
class PaymentController extends Controller
{