root 5 年 前
コミット
fd00e715f3

+ 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

ファイルの差分が大きいため隠しています
+ 0 - 0
public/p__dashboard.async.js


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません