diff --git a/trunk/src/AppBundle/Entity/FewoLodgingImage.php b/trunk/src/AppBundle/Entity/FewoLodgingImage.php index dd96c932..3ffbce4c 100644 --- a/trunk/src/AppBundle/Entity/FewoLodgingImage.php +++ b/trunk/src/AppBundle/Entity/FewoLodgingImage.php @@ -24,7 +24,7 @@ class FewoLodgingImage * @var string * * @ORM\Column(name="full_file_name", type="string", length=255, nullable=false) - * @Assert\Image(maxSize="6000000", mimeTypes={"image/jpeg", "image/png"}) + * @Assert\Image(maxSize="15000000", mimeTypes={"image/jpeg", "image/png"}) */ private $file;