Add lastModified field to labels
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -29,10 +29,12 @@ class Label extends RelationalEntity {
|
||||
protected $color;
|
||||
protected $boardId;
|
||||
protected $cardId;
|
||||
protected $lastModified;
|
||||
|
||||
public function __construct() {
|
||||
$this->addType('id', 'integer');
|
||||
$this->addType('boardId', 'integer');
|
||||
$this->addType('cardId', 'integer');
|
||||
$this->addType('lastModified', 'integer');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user