Skip to content

Commit 0f9b773

Browse files
authored
Presenter::$layout contains default by default
1 parent aba707b commit 0f9b773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/UI/Presenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ abstract class Presenter extends Control implements Application\IPresenter
8585
private $view;
8686

8787
/** @var string|null */
88-
private $layout;
88+
private $layout = 'default';
8989

9090
/** @var \stdClass */
9191
private $payload;

0 commit comments

Comments
 (0)