get hook fixed dolboyoub

This commit is contained in:
2026-04-17 11:03:30 +05:00
parent 23d7fc72a9
commit aca9694723

View File

@@ -309,7 +309,7 @@ final class request
*/ */
public bool $smartphone { public bool $smartphone {
// Read // Read
get() { get {
if (!isset($this->{__PROPERTY__})) { if (!isset($this->{__PROPERTY__})) {
// The property is not initialized // The property is not initialized
@@ -331,7 +331,7 @@ final class request
*/ */
public bool $tablet { public bool $tablet {
// Read // Read
get() { get {
if (!isset($this->{__PROPERTY__})) { if (!isset($this->{__PROPERTY__})) {
// The property is not initialized // The property is not initialized