mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized register form
This commit is contained in:
@@ -13,7 +13,7 @@ trait UsernameAttribut{
|
||||
*/
|
||||
protected $username;
|
||||
|
||||
public function getUsername():string
|
||||
public function getUsername():?string
|
||||
{
|
||||
return $this->username;
|
||||
}
|
||||
|
Reference in New Issue
Block a user