From 510e30cf3aaf5878f871f23fa6a5a194bd50c58f Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 01:12:03 +0300 Subject: [PATCH] fix variable name --- src/Abstract/Entity/Entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Abstract/Entity/Entry.php b/src/Abstract/Entity/Entry.php index 2705d36d..153c5e5d 100644 --- a/src/Abstract/Entity/Entry.php +++ b/src/Abstract/Entity/Entry.php @@ -111,7 +111,7 @@ abstract class Entry ): void { $this->gtk->set_visibility( - is_null($value) ? $this->_visibility : $value + is_null($value) ? $this->_visible : $value ); }