Skip to content

Commit

Permalink
Update AuthController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau committed May 28, 2021
1 parent d828e00 commit 20667fe
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 @@ -119,6 +119,7 @@ public function upload_bulk_users(Request $request)
$hcw->cadre_id = is_null($fCadre) ? 1 : $fCadre->id;
$hcw->dob = $request->dob;
$hcw->id_no = $request->id_no;
$hcw->other_specify = $request->other_specify;
$hcw->saveOrFail();

$user->profile_complete = 1;
Expand Down

0 comments on commit 20667fe

Please sign in to comment.