From 6c7040e04984af5fb47ad016a65cbd9bf0cdc75b Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Tue, 4 Nov 2025 15:10:07 +0100 Subject: [PATCH] test: trigger production deployment pipeline --- src/Application/Website/ShowHome.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application/Website/ShowHome.php b/src/Application/Website/ShowHome.php index 7b475dd4..3ca58738 100644 --- a/src/Application/Website/ShowHome.php +++ b/src/Application/Website/ShowHome.php @@ -17,6 +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 $model = new HomeViewModel('Hallo Welt!'); return new ViewResult( template: 'test',