@@ -69,7 +69,7 @@ class SignupManagementService
->select('*');
if ($keyword) {
- $res->where(function($q) use ($keyword) {
+ $res = $res->where(function($q) use ($keyword) {
$q->where('firstName', $keyword)
->orWhere('lastName', $keyword)
->orWhere('companyName', $keyword)