Skip to content

Commit

Permalink
fix configuration use
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Oct 11, 2024
1 parent dee29fd commit 37b996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ZaakService.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ private function getXxllncAPI()
{
// Get xxllnc source
if (($this->xxllncAPI = $this->resourceService->getSource(
'https://development.zaaksysteem.nl/source/xxllnc.zaaksysteem.source.json',
$this->configuration['source'] ?? 'https://development.zaaksysteem.nl/source/xxllnc.zaaksysteem.source.json',
'common-gateway/xxllnc-zgw-bundle'
)) === null
) {
Expand Down

0 comments on commit 37b996f

Please sign in to comment.