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',