change lot of stuff
This commit is contained in:
@@ -22,6 +22,9 @@ class Card extends Entity implements JsonSerializable {
|
||||
$this->addType('id','integer');
|
||||
$this->addType('stackId','integer');
|
||||
$this->addType('order','integer');
|
||||
$this->addType('lastModified', 'integer');
|
||||
$this->addType('createdAt', 'integer');
|
||||
$this->addType('archived','boolean');
|
||||
$this->addRelation('labels');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user