From 8b1cde874e211444e3f10062126b1c7d755e2a29 Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Tue, 4 Nov 2025 15:33:06 +0100 Subject: [PATCH] test: trigger build with build override fix --- src/Application/Website/ShowHome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/Website/ShowHome.php b/src/Application/Website/ShowHome.php index 31ad79ed..82b9c33c 100644 --- a/src/Application/Website/ShowHome.php +++ b/src/Application/Website/ShowHome.php @@ -17,7 +17,7 @@ final readonly class ShowHome #[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)] public function home(HomeRequest $request, string $test = 'hallo'): ViewResult { - // Production deployment trigger - fix manifest not found + // Production deployment trigger - fix build context $model = new HomeViewModel('Hallo Welt!'); return new ViewResult( template: 'test',