mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
update: payment icon
This commit is contained in:
@ -211,7 +211,8 @@ class OrderController extends Controller
|
||||
$methods = Payment::select([
|
||||
'id',
|
||||
'name',
|
||||
'payment'
|
||||
'payment',
|
||||
'icon'
|
||||
])
|
||||
->where('enable', 1)->get();
|
||||
|
||||
|
Reference in New Issue
Block a user