Skip to content

Commit

Permalink
Update EuropeanCVPractice.php (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Macccho authored Nov 24, 2023
1 parent f6aa21f commit 0bfca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/EuropeanCVPractice.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EuropeanCVPractice
private MonthYearRange $dateRange;

#[Assert\NotBlank]
#[Assert\Length(max: 100, maxMessage: 'trexima_european_cv.max_length_reached')]
#[Assert\Length(max: 256, maxMessage: 'trexima_european_cv.max_length_reached')]
#[ORM\Column(type: 'string', length: 256, nullable: true)]
private ?string $title = null;

Expand Down

0 comments on commit 0bfca87

Please sign in to comment.