Fixed: get lastname

This commit is contained in:
philipp lang 2021-11-17 22:34:24 +01:00
parent 53dcda68fc
commit fca5884baa
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class NamiUser implements Authenticatable {
}
public function getLastname() {
return $this->firstname;
return $this->lastname;
}
public function getAuthIdentifier() {