mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
allow null value
This commit is contained in:
parent
c0f593ebec
commit
4b2b239b76
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ class UserController extends AbstractController
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function module(string $route = ''): Response
|
public function module(?string $route): Response
|
||||||
{
|
{
|
||||||
return $this->render(
|
return $this->render(
|
||||||
'default/user/module.html.twig',
|
'default/user/module.html.twig',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue