mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Preserve options of all extra var types
This commit is contained in:
parent
3ffeb63afb
commit
0a4216fa3f
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ class Value
|
|||
{
|
||||
if (!$this->canHaveOptions())
|
||||
{
|
||||
return [];
|
||||
return $this->options ?? [];
|
||||
}
|
||||
|
||||
if (is_array($this->options))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue