Skip to content

Commit

Permalink
Also update toSchema function
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed May 3, 2024
1 parent 4cf2ded commit ca3a6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/Entity/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public function toSchema(): array
'domains' => $this->getDomains(),
'configuration' => $this->getConfiguration(),
'organization' => $this->getOrganization() ? $this->getOrganization()->toSchema() : null,
'origins' => $this->getOrigins(),
];
}

Expand Down

0 comments on commit ca3a6a8

Please sign in to comment.