Testing services

This commit is contained in:
Julius Haertl
2017-01-18 12:34:58 +01:00
parent b2113963d2
commit 823dbbd04b
12 changed files with 523 additions and 19 deletions

View File

@@ -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');