mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 20:54:52 +00:00
allow null value
This commit is contained in:
parent
c0f593ebec
commit
4b2b239b76
@ -487,7 +487,7 @@ class UserController extends AbstractController
|
||||
);
|
||||
}
|
||||
|
||||
public function module(string $route = ''): Response
|
||||
public function module(?string $route): Response
|
||||
{
|
||||
return $this->render(
|
||||
'default/user/module.html.twig',
|
||||
|
Loading…
x
Reference in New Issue
Block a user