Fixing fatal error with $this->controller->layout in Application class.

Closes #736
This commit is contained in:
corpsee 2015-01-11 16:44:34 +06:00 committed by Dan Cryer
commit 5dced5f990
2 changed files with 11 additions and 1 deletions

View file

@ -30,6 +30,11 @@ class Controller extends \b8\Controller
*/
protected $view;
/**
* @var \b8\View
*/
public $layout;
/**
* Initialise the controller.
*/