This website works better with JavaScript
Home
Explore
Help
Sign In
DC
/
arm-api
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
20220830 api
LuluFJ.Ho
2 years ago
parent
f3975e5002
commit
6a564a7ec1
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
app/Http/Services/Web/SeminarSignUpService.php
+ 0
- 2
app/Http/Services/Web/SeminarSignUpService.php
View File
@@ -60,8 +60,6 @@ class SeminarSignUpService
60
60
])
61
61
->get();
62
62
63
- dd($res);
64
-
65
63
// 整理返回值並返回
66
64
return $res;
67
65