We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fef25d commit 145f4e2Copy full SHA for 145f4e2
src/Factory/Lookup.php
@@ -125,7 +125,7 @@ public function compile(array $config): SQL\Factory\Repository\Lookup
125
);
126
127
if (\array_key_exists('parameters', $alternative)) {
128
- foreach ($config['parameters'] as $key => $parameter) {
+ foreach ($alternative['parameters'] as $key => $parameter) {
129
match (\array_key_exists('type', $parameter) ? $parameter['type'] : null) {
130
'integer' => $alternativeBuilder->addIntegerParam(
131
$key,
0 commit comments