GWM : sms integration
This commit is contained in:
parent
bef7d7f45f
commit
73a0a67fb0
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user