Fixing fatal error with $this->controller->layout in Application class.
Closes #736
This commit is contained in:
parent
8d2c7045a4
commit
5dced5f990
2 changed files with 11 additions and 1 deletions
|
|
@ -30,6 +30,11 @@ class Controller extends \b8\Controller
|
|||
*/
|
||||
protected $view;
|
||||
|
||||
/**
|
||||
* @var \b8\View
|
||||
*/
|
||||
public $layout;
|
||||
|
||||
/**
|
||||
* Initialise the controller.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue