diff --git a/src/Supporting/FileMakerLayout.php b/src/Supporting/FileMakerLayout.php index 87ca731..075b69e 100644 --- a/src/Supporting/FileMakerLayout.php +++ b/src/Supporting/FileMakerLayout.php @@ -75,7 +75,7 @@ private function buildPortalParameters(array|null $param, string $method = "GET"): array { $key = $shortKey ? "portal" : "portalData"; - $prefix = $method === "GET" ? "" : "_"; + $prefix = $method === "GET" ? "_" : ""; $request = []; if (array_values($param) === $param) { $request[$key] = $param;