diff options
Diffstat (limited to 'lib/trails')
| -rw-r--r-- | lib/trails/Controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trails/Controller.php b/lib/trails/Controller.php index a5a0ba7..bafb8db 100644 --- a/lib/trails/Controller.php +++ b/lib/trails/Controller.php @@ -31,7 +31,7 @@ class Controller protected Dispatcher $dispatcher; protected Response $response; protected bool $performed = false; - protected Template|string|null $layout; + protected Template|string|null $layout = null; protected string $format = 'html'; /** |
