root 5 years ago
parent
commit
fd00e715f3
2 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Guest/PlanController.php
  2. 0 0
      public/p__dashboard.async.js

+ 1 - 1
app/Http/Controllers/Guest/PlanController.php

@@ -8,7 +8,7 @@ use App\Models\Plan;
 
 class PlanController extends Controller
 {
-    public function getPlans (Request $request) {
+    public function fetch (Request $request) {
         $plan = Plan::where('show', 1)->get();
         return response([
             'data' => $plan

File diff suppressed because it is too large
+ 0 - 0
public/p__dashboard.async.js


Some files were not shown because too many files changed in this diff