From 3644621b00c80e90117dfdf03fd21bfcbfdf20a9 Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Tue, 4 Nov 2025 15:22:39 +0100 Subject: [PATCH] test: trigger build with updated IMAGE_TAG 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 3ca58738..31ad79ed 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 + // Production deployment trigger - fix manifest not found $model = new HomeViewModel('Hallo Welt!'); return new ViewResult( template: 'test',