Merge pull request #2521 from nextcloud/bugfix/noid/db

This commit is contained in:
Julius Härtl
2020-11-13 16:07:23 +01:00
committed by GitHub
5 changed files with 122 additions and 41 deletions

View File

@@ -28,6 +28,8 @@ use DateTimeZone;
use Sabre\VObject\Component\VCalendar;
class Card extends RelationalEntity {
public const TITLE_MAX_LENGTH = 255;
protected $title;
protected $description;
protected $descriptionPrev;