Skip to content

Commit

Permalink
Modified picklistParentValue field to be optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Casey committed Aug 25, 2020
1 parent 0457724 commit 2dbb752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/EntityFieldEntity.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class EntityFieldEntity extends DataTransferObject
public string $referenceEntityType;
public bool $isPickList;
public ?array $picklistValues;
public string $picklistParentValueField;
public ?string $picklistParentValueField;
public bool $isSupportedWebhookField;
}

0 comments on commit 2dbb752

Please sign in to comment.