2 parents 5ef080a + 22e2bfc commit 114495dCopy full SHA for 114495d
1 file changed
src/common/Provider/AbstractProvider.php
@@ -43,7 +43,7 @@ public function __construct(?LoggerInterface $logger = null) {
43
*
44
* @return array<string,mixed> Returns the configuration.
45
*/
46
- private function buildConfiguration(): array {
+ protected function buildConfiguration(): array {
47
48
return [
49
"base_uri" => $this->getEndpointPath() . "/",
0 commit comments