update: payment icon

This commit is contained in:
tokumeikoi
2021-12-13 14:24:53 +08:00
parent a69eb4058b
commit b392fa3345
9 changed files with 10 additions and 7 deletions

View File

@ -211,7 +211,8 @@ class OrderController extends Controller
$methods = Payment::select([
'id',
'name',
'payment'
'payment',
'icon'
])
->where('enable', 1)->get();