fix
This commit is contained in:
parent
2e53bb520d
commit
3ba55c0f66
|
|
@ -55,7 +55,7 @@ class ViewRenderEventManager
|
|||
*/
|
||||
public function getParam($name)
|
||||
{
|
||||
return optional($this->params)->{$name};
|
||||
return optional($this->params)[$name];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue