Fixed: get lastname
This commit is contained in:
parent
53dcda68fc
commit
fca5884baa
|
@ -55,7 +55,7 @@ class NamiUser implements Authenticatable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLastname() {
|
public function getLastname() {
|
||||||
return $this->firstname;
|
return $this->lastname;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAuthIdentifier() {
|
public function getAuthIdentifier() {
|
||||||
|
|
Loading…
Reference in New Issue