This commit is contained in:
Karim Qaderi 2019-08-12 19:26:40 +04:30 committed by GitHub
parent 2e53bb520d
commit 3ba55c0f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class ViewRenderEventManager
*/
public function getParam($name)
{
return optional($this->params)->{$name};
return optional($this->params)[$name];
}
/**