Skip to content

Commit

Permalink
everytime set any ApiURL FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Nov 17, 2023
1 parent e2adba6 commit dae8450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AbraFlexi/RO.php
Expand Up @@ -525,6 +525,8 @@ public function setUp(array $options = [])
$this->setEvidence($options['evidence']);
} elseif ($this->evidence) { // Use Defaut if specified
$this->setEvidence($this->evidence);
} else {
$this->updateApiURL();
}
}

Expand Down

0 comments on commit dae8450

Please sign in to comment.