From 393f37577d0f5cf9b2931f15b68bf8d42e5b3563 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 2 Dec 2025 18:58:04 +0300 Subject: [PATCH] json POST $variables fix --- mirzaev/minimal/system/http/request.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mirzaev/minimal/system/http/request.php b/mirzaev/minimal/system/http/request.php index 062b529..76b3808 100755 --- a/mirzaev/minimal/system/http/request.php +++ b/mirzaev/minimal/system/http/request.php @@ -408,9 +408,6 @@ final class request // Exit (false) throw new exception_argument('Failed to validate JSON from the input buffer', status::unprocessable_content->value); } - - // Writing parameters from environment into the property - $this->parameters = $_POST ?? []; } else if ($this->method === method::post) { // POST method