Create snippets skeleton
This commit is contained in:
@ -11,9 +11,9 @@ class HomeController extends AbstractController
|
||||
#[Route('/', name: 'home')]
|
||||
public function home(): Response
|
||||
{
|
||||
return $this->redirectToRoute('task_view');
|
||||
// return $this->render('simple.html.twig', [
|
||||
// 'text' => 'Welcome!'
|
||||
// ]);
|
||||
// return $this->redirectToRoute('task_view');
|
||||
return $this->render('simple.html.twig', [
|
||||
'text' => 'Welcome!'
|
||||
]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user