[fix] 删除重复包导入
This commit is contained in:
@@ -10,7 +10,6 @@ use App\Services\OrderService;
|
||||
use App\Services\PaymentService;
|
||||
use App\Services\TelegramService;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Models\Payment;
|
||||
|
||||
class PaymentController extends Controller
|
||||
{
|
||||
@@ -58,7 +57,7 @@ class PaymentController extends Controller
|
||||
$payment->name,
|
||||
$order->trade_no
|
||||
);
|
||||
|
||||
|
||||
$telegramService->sendMessageWithAdmin($message);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user