Skip to content

Commit

Permalink
Smallfix (#10)
Browse files Browse the repository at this point in the history
* Add person and avatar to user.

* Static setters for user.

* Static setters for user.
  • Loading branch information
sakulb authored Feb 23, 2023
1 parent d94656c commit 6c8f71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Embeds/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Person
#[Serialize]
private string $personLastName = '';

#[ORM\Column(type: Types::STRING, length: 240)]
#[ORM\Column(type: Types::STRING, length: 242)]
#[Assert\AtLeastOneOf([
new Assert\Blank(),
new Assert\Length(min: 3, max: 242),
Expand Down

0 comments on commit 6c8f71e

Please sign in to comment.