mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix access level for default values
This commit is contained in:
parent
42a5293f6c
commit
4b296f309c
3 changed files with 5 additions and 5 deletions
|
|
@ -8,9 +8,9 @@ abstract class Entry
|
|||
{
|
||||
public \GtkEntry $gtk;
|
||||
|
||||
private int $_length = 1024;
|
||||
private string $_placeholder = '';
|
||||
private string $_value = '';
|
||||
protected int $_length = 1024;
|
||||
protected string $_placeholder = '';
|
||||
protected string $_value = '';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue