Preserve options of all extra var types

This commit is contained in:
Kijin Sung 2024-10-09 11:39:24 +09:00
parent 3ffeb63afb
commit 0a4216fa3f

View file

@ -191,7 +191,7 @@ class Value
{ {
if (!$this->canHaveOptions()) if (!$this->canHaveOptions())
{ {
return []; return $this->options ?? [];
} }
if (is_array($this->options)) if (is_array($this->options))