Skip to content

Commit

Permalink
Merge pull request #27 from DERHAEUPTLING/bugfix/widen-courtage-note-…
Browse files Browse the repository at this point in the history
…field

Allow storing more data into RealEstate#courtageNote
m-vo authored Oct 3, 2020
2 parents 62dcba2 + 56ad0f4 commit 0a8f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/RealEstate.php
Original file line number Diff line number Diff line change
@@ -932,7 +932,7 @@ class RealEstate extends DcaDefault
public $courtageValue = '';

/**
* @ORM\Column(name="courtage_note")
* @ORM\Column(name="courtage_note", type="text", length=65535)
* @Immoscout24Api(name="courtage::courtageNote")
*
* @var string

0 comments on commit 0a8f3af

Please sign in to comment.