Esempio n. 1
0
 /**
  * Signs out the user
  */
 public function actionSignout()
 {
     \frontend\models\Users::logout();
     return $this->redirect('/');
 }