Fixes #209
This commit is contained in:
parent
0f082bd160
commit
8cc6c6839a
|
|
@ -139,9 +139,10 @@ class Controller extends BaseController
|
|||
* The 'this' variable is reserved for default variables.
|
||||
*/
|
||||
$this->vars['this'] = [
|
||||
'layout' => $this->layout,
|
||||
'page' => $this->page,
|
||||
'param' => $this->router->getParameters()
|
||||
'layout' => $this->layout,
|
||||
'page' => $this->page,
|
||||
'param' => $this->router->getParameters(),
|
||||
'environment' => App::environment(),
|
||||
];
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue