Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /**
  2. * @Route("/logout", name="app_logout")
  3. */
  4. public function logout()
  5. {
  6. throw new \Exception('This method can be blank - it will be intercepted by the logout key on your firewall');
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement