Browse Source

Demi tour -> AdminLTE

feature/ticket
Fab 3 years ago
parent
commit
fcea175c60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Model/User/UserModel.php

+ 1
- 1
Model/User/UserModel.php View File

@@ -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());
}

Loading…
Cancel
Save