Selaa lähdekoodia

Merge branch 'dev' into pre

LuluFJ.Ho 3 vuotta sitten
vanhempi
commit
1c6dde35a8
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0
    2
      app/Http/Services/Web/SeminarSignUpService.php

+ 0
- 2
app/Http/Services/Web/SeminarSignUpService.php Näytä tiedosto

60
         ])
60
         ])
61
         ->get();
61
         ->get();
62
 
62
 
63
-        dd($res);
64
-        
65
         // 整理返回值並返回
63
         // 整理返回值並返回
66
         return $res;
64
         return $res;
67
 
65