Skip to content

Commit

Permalink
Update NeupassProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwx authored Mar 28, 2020
1 parent 29e63e0 commit 98ef85c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NeupassProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function user()
return (new User)->map([
'id' => phpCAS::getUser(),
'name' => phpCAS::getAttribute('USER_NAME'),
'email' => phpCAS::getAttribute('EMAIL'),
]);
}
}
}

0 comments on commit 98ef85c

Please sign in to comment.