mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix Object::getObjectVars()
This commit is contained in:
parent
4f1264dee5
commit
a5f7d25b32
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ class BaseObject
|
||||||
*/
|
*/
|
||||||
public function getObjectVars()
|
public function getObjectVars()
|
||||||
{
|
{
|
||||||
return get_object_vars($this->variables);
|
return (object)($this->variables);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue