Skip to content

Commit 114495d

Browse files
authored
Merge pull request #4 from wilfi00/feature/make-configuration-configurable
Make configuration protected so that it can be change
2 parents 5ef080a + 22e2bfc commit 114495d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/Provider/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(?LoggerInterface $logger = null) {
4343
*
4444
* @return array<string,mixed> Returns the configuration.
4545
*/
46-
private function buildConfiguration(): array {
46+
protected function buildConfiguration(): array {
4747

4848
return [
4949
"base_uri" => $this->getEndpointPath() . "/",

0 commit comments

Comments
 (0)