コード例 #1
0
 /**
  * @return Response
  */
 public function logout()
 {
     $this->userSessionService->logout();
     return new Response();
 }