Skip to content

Commit

Permalink
correction bug sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiiii-dev committed Oct 4, 2020
1 parent ed771be commit 96e1a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function setFirstname($firstname)

public function getLastname() : string
{
return $this->firstname;
return $this->lastname;
}

public function setLastname($lastname)
Expand Down

0 comments on commit 96e1a6a

Please sign in to comment.