Skip to content

Commit

Permalink
fix: getuser method no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke committed Apr 12, 2020
1 parent 89b0170 commit b543aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Auth/Concerns/Authenticatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getAuthIdentifier()
*/
public function getAuthPassword()
{
return $this->getUser()->password;
return $this->user->password;
}

/**
Expand Down

0 comments on commit b543aed

Please sign in to comment.