예제 #1
0
 /**
  * @return \Illuminate\Http\RedirectResponse
  */
 public function getLogout()
 {
     $this->auth->logout();
     return redirect()->route('login');
 }