maxSize auf 15MB erhöht.

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3364 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-01-04 16:15:28 +00:00
parent 98962a2add
commit c146571ad4

View file

@ -24,7 +24,7 @@ class FewoLodgingImage
* @var string * @var string
* *
* @ORM\Column(name="full_file_name", type="string", length=255, nullable=false) * @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; private $file;