From aca9694723303652b3f6203984bb5c47ed43d438 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Fri, 17 Apr 2026 11:03:30 +0500 Subject: [PATCH] get hook fixed dolboyoub --- mirzaev/minimal/system/http/request.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirzaev/minimal/system/http/request.php b/mirzaev/minimal/system/http/request.php index f2c0794..b880b5f 100755 --- a/mirzaev/minimal/system/http/request.php +++ b/mirzaev/minimal/system/http/request.php @@ -309,7 +309,7 @@ final class request */ public bool $smartphone { // Read - get() { + get { if (!isset($this->{__PROPERTY__})) { // The property is not initialized @@ -331,7 +331,7 @@ final class request */ public bool $tablet { // Read - get() { + get { if (!isset($this->{__PROPERTY__})) { // The property is not initialized