@@ -139,8 +139,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['id', 'media'])
- ->where('id', '>', '3')
- ->where('id', '<', '6')
+ ->where('id', '>', '5')
+ ->where('id', '<', '100')
->get()
->toArray();