test: trigger build with build override fix
This commit is contained in:
@@ -17,7 +17,7 @@ final readonly class ShowHome
|
|||||||
#[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)]
|
#[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)]
|
||||||
public function home(HomeRequest $request, string $test = 'hallo'): ViewResult
|
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!');
|
$model = new HomeViewModel('Hallo Welt!');
|
||||||
return new ViewResult(
|
return new ViewResult(
|
||||||
template: 'test',
|
template: 'test',
|
||||||
|
|||||||
Reference in New Issue
Block a user