From fccf54ed5a718837aabe15577e66181052129b4e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 30 Jul 2023 16:58:31 +0200 Subject: [PATCH] fix liip add constraints --- src/Form/Blog/PostType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Form/Blog/PostType.php b/src/Form/Blog/PostType.php index 5661886..fc312a4 100644 --- a/src/Form/Blog/PostType.php +++ b/src/Form/Blog/PostType.php @@ -172,6 +172,7 @@ class PostType extends AbstractType 'attr' => [ ], 'constraints' => [ + new Image(), ], ] );