Skip to content

Commit

Permalink
Merge branch 'cynthia' into 'master'
Browse files Browse the repository at this point in the history
Cynthia

See merge request m-health/c4c_api!2
  • Loading branch information
muokid3 committed Sep 30, 2020
2 parents 0619ed3 + a311dea commit 1b52667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/API/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public function upload_bulk_users(Request $request)
'surname' => $request->surname,
'gender' => $request->gender,
'email' => $request->email,
'consent' => $request->consent,
'msisdn' => $request->msisdn,
'password' => bcrypt($request->msisdn),
]);
Expand Down

0 comments on commit 1b52667

Please sign in to comment.