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.
1 parent 924c89c commit 27db557Copy full SHA for 27db557
src/Controllers/LoginController.php
@@ -102,7 +102,7 @@ protected function getValidationRules(): array
102
public function logoutAction(): RedirectResponse
103
{
104
// Capture logout redirect URL before auth logout,
105
- // otherwise 'Call to a member function inGroup() on null' is thrown
+ // otherwise you cannot check the user in `logoutRedirect()`.
106
$url = config('Auth')->logoutRedirect();
107
108
auth()->logout();
0 commit comments