From c146571ad4a83b89d0e7d35f6d3882583a90295e Mon Sep 17 00:00:00 2001 From: adametz Date: Thu, 4 Jan 2018 16:15:28 +0000 Subject: [PATCH] maxSize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit maxSize auf 15MB erhöht. git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3364 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Entity/FewoLodgingImage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;