We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba707b commit 0f9b773Copy full SHA for 0f9b773
src/Application/UI/Presenter.php
@@ -85,7 +85,7 @@ abstract class Presenter extends Control implements Application\IPresenter
85
private $view;
86
87
/** @var string|null */
88
- private $layout;
+ private $layout = 'default';
89
90
/** @var \stdClass */
91
private $payload;
0 commit comments