generated from Websites/symfony-template
Fix: Correct typo in template render argument in RootController
This commit is contained in:
@@ -11,7 +11,7 @@ final class RootController extends AbstractController
|
|||||||
#[Route('/', name: 'app_root')]
|
#[Route('/', name: 'app_root')]
|
||||||
public function index(): Response
|
public function index(): Response
|
||||||
{
|
{
|
||||||
return $this->render('root/root.html.twig, [
|
return $this->render('root/root.html.twig', [
|
||||||
'controller_name' => 'RootController',
|
'controller_name' => 'RootController',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user