mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update
This commit is contained in:
parent
e7b9213510
commit
fd00e715f3
@ -8,7 +8,7 @@ use App\Models\Plan;
|
|||||||
|
|
||||||
class PlanController extends Controller
|
class PlanController extends Controller
|
||||||
{
|
{
|
||||||
public function getPlans (Request $request) {
|
public function fetch (Request $request) {
|
||||||
$plan = Plan::where('show', 1)->get();
|
$plan = Plan::where('show', 1)->get();
|
||||||
return response([
|
return response([
|
||||||
'data' => $plan
|
'data' => $plan
|
||||||
|
2
public/p__dashboard.async.js
vendored
2
public/p__dashboard.async.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user