correctly handle byUser
This commit is contained in:
parent
857e98139c
commit
8ab7341dc6
2 changed files with 15 additions and 5 deletions
|
@ -188,4 +188,9 @@ class User implements UserInterface
|
|||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return (string) $this->getUsername();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue