LuluFJ.Ho il y a 2 ans
Parent
révision
b9b36fb355
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      app/Http/Controllers/Api/SeminarSignUpController.php

+ 3
- 3
app/Http/Controllers/Api/SeminarSignUpController.php Voir le fichier

@@ -46,13 +46,13 @@ class SeminarSignUpController extends ApiController
46 46
 
47 47
     public function getData()
48 48
     {
49
+        // dd(123);
49 50
         
50
-        $Data = $this->seminarSignUpSv->getData();
51
+        // $list = $this->seminarSignUpSv->getData();
51 52
         
52 53
         $data = [
53
-            'list' => $Data
54
+            'list' => 1
54 55
         ];
55
-        dd(123);
56 56
         
57 57
         return $this->apiResponse($data);
58 58
     }