8000 Removed duplicated method by entioentio · Pull Request #14465 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Removed duplicated method #14465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed duplicate method
  • Loading branch information
entioentio authored Oct 22, 2020
commit 745af3cc386fa7efd71a95f6d605138f692f8c21
8 changes: 0 additions & 8 deletions security/form_login_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ class that processes the login submit and 4) updates the main security config fi
return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);
}

/**
* @Route("/logout", name="app_logout")
*/
public function logout()
{
throw new \Exception('This method can be blank - it will be intercepted by the logout key on your firewall');
}

/**
* @Route("/logout", name="app_logout")
*/
Expand Down
0