コード例 #1
0
 public function actionIndex()
 {
     Auth::logout();
     flash('success', __('logout success'));
     $this->redirect(return_url());
 }