Ejemplo n.º 1
0
 public function logout()
 {
     SlAuth::logout();
     $this->redirect(SlConfigure::read('Auth.url.afterLogout'));
 }