root 5 lat temu
rodzic
commit
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

Plik diff jest za duży
+ 0 - 0
public/p__dashboard.async.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików