mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
rename method
This commit is contained in:
parent
6b2e67f04b
commit
f85414fd2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue