改为独立座驾模块
This commit is contained in:
@@ -42,7 +42,6 @@ class ShopController extends Controller
|
||||
$user = Auth::user();
|
||||
$items = ShopItem::query()
|
||||
->where('is_active', true)
|
||||
->where('type', '!=', ShopItem::TYPE_RIDE)
|
||||
->orderBy('sort_order')
|
||||
->get()
|
||||
->map(fn ($item) => [
|
||||
|
||||
Reference in New Issue
Block a user