get hook fixed dolboyoub
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user