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