From 94992c09dbd1c594482b261be1429f32f2dd331d Mon Sep 17 00:00:00 2001 From: Hugo PRADIER Date: Fri, 7 Jun 2024 13:36:11 +0200 Subject: [PATCH] correction lint ci --- src/Entity/Post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Entity/Post.php b/src/Entity/Post.php index 2bd8488..7f000b3 100644 --- a/src/Entity/Post.php +++ b/src/Entity/Post.php @@ -5,6 +5,7 @@ namespace App\Entity; use App\Repository\PostRepository; use Doctrine\DBAL\Types\Types; use Doctrine\ORM\Mapping as ORM; +use Symfony\Component\Validator\Constraints as Assert; #[ORM\Entity(repositoryClass: PostRepository::class)] class Post