From c1b7433ce6d14aa9aaaad51cb07b9479e5fa4b30 Mon Sep 17 00:00:00 2001 From: Aleksei Khudiakov Date: Tue, 11 Jun 2024 22:48:40 +1000 Subject: [PATCH] Fix layout reference in template Signed-off-by: Aleksei Khudiakov --- templates/app/home-page.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/home-page.phtml b/templates/app/home-page.phtml index 911b9fd..a7f1c34 100644 --- a/templates/app/home-page.phtml +++ b/templates/app/home-page.phtml @@ -6,7 +6,7 @@ declare(strict_types=1); * @var League\Plates\Template\Template $this */ -$this->layout('layout::default', ['redirect' => true]); +$this->layout('layout::layout', ['redirect' => true]); ?>