We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dbc1c5 + 5d63194 commit 0f51cddCopy full SHA for 0f51cdd
src/Actions/RegisterUserMenu.php
@@ -44,7 +44,7 @@ protected function getName(string $key, MenuItem $item): ?string
44
};
45
}
46
47
- protected function getUrl(string $key, MenuItem $item): string
+ protected function getUrl(string $key, MenuItem $item): ?string
48
{
49
return match ($key) {
50
'logout' => $item->getUrl() ?? Filament::getLogoutUrl(),
0 commit comments