mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-18 16:16:02 +02:00
Implemented start page
This commit is contained in:
@@ -24,7 +24,7 @@ class DefaultController extends AbstractController implements DefaultControllerI
|
|||||||
*/
|
*/
|
||||||
public function homepage(): Response
|
public function homepage(): Response
|
||||||
{
|
{
|
||||||
return new Response("Hello World!");
|
return $this->render("standard/homepage.html.twig",['menu_items'=>[]]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user