mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized register form
This commit is contained in:
@@ -12,7 +12,7 @@ trait PasswordAttribut {
|
||||
*/
|
||||
protected $password;
|
||||
|
||||
public function getPassword():string
|
||||
public function getPassword():?string
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
|
@@ -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