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

) . ' (' . $this->getEmail() . ')'; ) . ' (' . $this->getEmail() . ')';
} }


public function getName()
public function getName() :string
{ {
return (string)ucfirst(strtolower($this->getFirstname())) . ' ' . strtoupper($this->getLastname()); return (string)ucfirst(strtolower($this->getFirstname())) . ' ' . strtoupper($this->getLastname());
} }

Loading…
Cancel
Save