Browse Source

Et aussi pour le titre

Sangfroid 1 month ago
parent
commit
2d9529250f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Entity/Article.php

+ 1 - 0
src/Entity/Article.php

@@ -18,6 +18,7 @@ class Article
     private ?int $id = null;
 
     #[ORM\Column(length: 255)]
+    #[Assert\Length(max: 255, maxMessage: 'Ce titre ne doit pas dépasser {{ limit }} caractères')]
     private ?string $title = null;
 
     #[ORM\Column]