fix liip
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

add constraints
This commit is contained in:
Simon Vieille 2023-07-30 16:58:31 +02:00
parent 53aa16951e
commit fccf54ed5a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -172,6 +172,7 @@ class PostType extends AbstractType
'attr' => [
],
'constraints' => [
new Image(),
],
]
);