Testing services
This commit is contained in:
@@ -38,7 +38,7 @@ class Card extends Entity implements JsonSerializable {
|
||||
protected $labels;
|
||||
protected $owner;
|
||||
protected $order;
|
||||
protected $archived;
|
||||
protected $archived = false;
|
||||
|
||||
public function __construct() {
|
||||
$this->addType('id','integer');
|
||||
|
||||
Reference in New Issue
Block a user