We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0150b55 + 259bce3 commit 01b7509Copy full SHA for 01b7509
1 file changed
src/Supporting/FileMakerLayout.php
@@ -75,7 +75,7 @@ private function buildPortalParameters(array|null $param,
75
string $method = "GET"): array
76
{
77
$key = $shortKey ? "portal" : "portalData";
78
- $prefix = $method === "GET" ? "" : "_";
+ $prefix = $method === "GET" ? "_" : "";
79
$request = [];
80
if (array_values($param) === $param) {
81
$request[$key] = $param;
0 commit comments