GWM : sms integration

This commit is contained in:
Gowtham M 2025-10-08 16:24:31 +05:30
parent bef7d7f45f
commit 73a0a67fb0

View File

@ -310,7 +310,6 @@ class RestAuthenticationController extends AdminController
$employee_id = $this->request->getJSON()->employee_id ?? null;
$builder = $this->employeeModel
->where('email_corporate', $email)
->where('relationship', 'Self')
->where('is_active', 1);