mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized Entities, Controllers and tests
This commit is contained in:
@@ -19,7 +19,7 @@ trait UsernameAttribut{
|
||||
}
|
||||
|
||||
public function setUsername(string $username):void{
|
||||
$this->username = $username;
|
||||
$this->username = \trim($username);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user