mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
update
This commit is contained in:
@ -21,6 +21,7 @@ class PlanController extends Controller
|
||||
]);
|
||||
}
|
||||
$plan = Plan::where('show', 1)
|
||||
->orderBy('sort', 'ASC')
|
||||
->get();
|
||||
return response([
|
||||
'data' => $plan
|
||||
|
Reference in New Issue
Block a user