Example #1
0
 public function getLogout()
 {
     Application::$auth->logout();
     Router::goUrl("/");
 }