Browse Source

rename method

main
ghost 1 year ago
parent
commit
f85414fd2b
  1. 2
      src/Controller/DashboardController.php

2
src/Controller/DashboardController.php

@ -10,7 +10,7 @@ use Symfony\Component\HttpFoundation\Request; @@ -10,7 +10,7 @@ use Symfony\Component\HttpFoundation\Request;
class DashboardController extends AbstractController
{
#[Route('/')]
public function indexNoLocale(): Response
public function root(): Response
{
return $this->redirectToRoute(
'dashboard_index',

Loading…
Cancel
Save