@@ -123,7 +123,7 @@ abstract class UserModel extends SovUserModel | |||
) . ' (' . $this->getEmail() . ')'; | |||
} | |||
public function getName() | |||
public function getName() :string | |||
{ | |||
return (string)ucfirst(strtolower($this->getFirstname())) . ' ' . strtoupper($this->getLastname()); | |||
} |