Optimized register form

This commit is contained in:
Kevin Frantz
2018-09-06 17:47:47 +02:00
parent 56fb409477
commit d9fc547f85
5 changed files with 19 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ trait UsernameAttribut{
*/
protected $username;
public function getUsername():string
public function getUsername():?string
{
return $this->username;
}