Skip to content

Commit

Permalink
#123 adds primary field to sites
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Jul 31, 2018
1 parent 171ffaf commit cdbd38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Types/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function boot() {
$this->addStringField('originalBaseUrl');
$this->addStringField('originalName');
$this->addStringField('sortOrder');
$this->addBooleanField('primary');
}

}

0 comments on commit cdbd38d

Please # to comment.