Skip to content

Commit

Permalink
add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 19, 2024
1 parent 9244b16 commit 5c79211
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ public function getAuthPassword()
return '';
}

public function getAuthPasswordName()
{
return '';
}

public function getRememberToken()
{
return '';
Expand Down

0 comments on commit 5c79211

Please sign in to comment.