Use mapper classes for relational data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -48,6 +48,7 @@ class Card extends RelationalEntity implements JsonSerializable {
|
||||
$this->addType('createdAt', 'integer');
|
||||
$this->addType('archived', 'boolean');
|
||||
$this->addRelation('labels');
|
||||
$this->addResolvable('owner');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user