maxSize
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:
parent
98962a2add
commit
c146571ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue