Skip to content

Commit 4ad86f3

Browse files
committed
ref
1 parent c416210 commit 4ad86f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,8 @@ private function processStoreConfig(string $type, array $stores, ContainerBuilde
10311031
$arguments[5] = $store['metric'];
10321032
}
10331033

1034-
if (\array_key_exists('endpoint', $store)) {
1035-
$arguments[6] = $store['endpoint'];
1034+
if (\array_key_exists('endpoint_url', $store)) {
1035+
$arguments[6] = $store['endpoint_url'];
10361036
}
10371037

10381038
$definition = new Definition(CloudflareStore::class);

0 commit comments

Comments
 (0)