Add series number to collection headline

This commit is contained in:
Alex Cabal 2020-05-22 15:59:00 -05:00
parent 2b07471252
commit c8cacc4ace
3 changed files with 6 additions and 2 deletions

View file

@ -3,6 +3,7 @@ class Collection{
public $Name;
public $Url;
public $SequenceNumber = null;
public $Type = null;
public function __construct(string $name){
$this->Name = $name;