Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Added getEmployeeType() to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KuenzelIT authored Dec 10, 2019
1 parent 9e1ecd4 commit 424685c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/models/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ $user->getEmployeeId();
// Get the users employee number.
$user->getEmployeeNumber();

// Get the users employee type
$user->getEmployeeType();

// Get the users room number.
$user->getRoomNumber();

Expand Down

0 comments on commit 424685c

Please sign in to comment.