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

@@ -12,7 +12,7 @@ trait PasswordAttribut {
*/
protected $password;
public function getPassword():string
public function getPassword():?string
{
return $this->password;
}